-->

Eclipse的:重新运行Maven使用-X开关启用完全调试日志记录(Eclipse: Re-run

2019-07-29 06:10发布

我有一个Maven项目我试图建立/在Eclipse中运行,但我得到下面的错误。 我该怎么做什么错误提示,并添加-e或X交换机来尝试解决此?

[ERROR] Failed to execute goal org.bsc.maven:maven-processor-plugin:2.0.5:process (process) on project glw-crm: Error executing: NullPointerException -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

我使用Eclipse靛蓝(64位)和M2E 1.0.1

Answer 1:

您应该检查Debug Output在M2E配置:

窗口 - >首选项 - >的Maven - >调试输出



文章来源: Eclipse: Re-run Maven using the -X switch to enable full debug logging