Eclipse: vuelva a ejecutar Maven usando el interruptor -X para habilitar el registro completo de depuración

Tengo un proyecto de Maven que estoy intentando construir / ejecutar en Eclipse pero me aparece el siguiente error. ¿Cómo hago lo que sugiere el error y agrego los interruptores -e o X para intentar solucionar este problema?

<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>

Estoy usando Eclipse Indigo (64 bit) y m2e 1.0.1

Respuestas a la pregunta(1)

Su respuesta a la pregunta