web-dev-qa-db-ja.com

Eclipse:-Xスイッチを使用してMavenを再実行し、完全なデバッグログを有効にします

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ビット)とm2e 1.0.1を使用しています

17
s1mm0t

あなたはチェックする必要がありますDebug Output m2e構成:

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

31
Fabricio Lemos

IntelliJ 2019.2.2現在

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

2
Michael A.