19

Eclipseでビルド/実行しようとしているMavenプロジェクトがありますが、以下のエラーが発生します。エラーが示唆することを実行し、これをトラブルシューティングするために-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ビット)とm2e1.0.1を使用しています

4

2 に答える 2

32

Debug Outputm2e構成をチェックインする必要があります。

ウィンドウ->設定->Maven->デバッグ出力

于 2012-05-02T20:09:26.177 に答える
2

IntelliJ2019.2.2現在

ファイル->設定(Ctrl + Alt + S)->ビルド、実行、デプロイ->ビルドツール-> Maven->出力レベル:デバッグ

于 2019-09-17T16:27:31.743 に答える