Eclipse: Führen Sie Maven erneut mit der Option -X aus, um die vollständige Debug-Protokollierung zu aktivieren

Ich habe ein Maven-Projekt, das ich in Eclipse erstellen / ausführen möchte, aber es wird der folgende Fehler angezeigt. Wie gehe ich vor, was der Fehler vermuten lässt, und füge die Optionen -e oder X hinzu, um zu versuchen, das Problem zu beheben?

<code>[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
</code>

Ich verwende Eclipse Indigo (64 Bit) und m2e 1.0.1

Antworten auf die Frage(1)

Ihre Antwort auf die Frage