How do I get verbose output from Maven in the Eclipse console?

末鹿安然 提交于 2019-12-06 18:43:32

问题


I am trying to figure out why a maven project is not packaging a jar. This is a builds successfully on my coworkers computers. There are no errors when I build, but the jar is not in the destination folder. I was hoping that by getting more verbose output from the maven process, that I could determine the differences between what is happening on my installation, and on other peoples installations.


回答1:


Choose "Run As" -> "Maven build.." or open your Run/Debug configuration

There you can enable Debug output or append a -X behind your goals.



来源:https://stackoverflow.com/questions/16898801/how-do-i-get-verbose-output-from-maven-in-the-eclipse-console

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!