Eclipse:使用 -X 开关重新运行 Maven 以启用完整的调试日志记录
Posted
技术标签:
【中文标题】Eclipse:使用 -X 开关重新运行 Maven 以启用完整的调试日志记录【英文标题】:Eclipse: Re-run Maven using the -X switch to enable full debug logging 【发布时间】:2012-05-12 06:12:19 【问题描述】:我有一个 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
【问题讨论】:
【参考方案1】:截至 IntelliJ 2019.2.2
文件 -> 设置 (Ctrl + Alt+ S) -> 构建、执行、部署 -> 构建工具 -> Maven -> 输出级别:调试
【讨论】:
【参考方案2】:您应该在 m2e 配置中检查 Debug Output
:
窗口 -> 首选项 -> Maven -> 调试输出
【讨论】:
以上是关于Eclipse:使用 -X 开关重新运行 Maven 以启用完整的调试日志记录的主要内容,如果未能解决你的问题,请参考以下文章