Eclipse:使用-X开关重新运行Maven以启用完整调试日志记录

Eclipse:使用-X开关重新运行Maven以启用完整调试日志记录,eclipse,maven,maven-2,m2eclipse,m2e,Eclipse,Maven,Maven 2,M2eclipse,M2e,我有一个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] [

我有一个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 Indigo(64位)和m2e 1.0.1

您应该在m2e配置中检查
调试输出


从IntelliJ 2019.2.2起,窗口->首选项->Maven->调试输出

文件->设置(Ctrl+Alt+S)->构建、执行、部署->构建工具->Maven->输出级别:调试