Eclipse: Execute novamente o Maven usando o comutador -X para ativar o registro completo de depuração

Eu tenho um projeto Maven que estou tentando construir / executar no Eclipse, mas estou recebendo o erro abaixo. Como faço o que o erro sugere e adiciono as opções -e ou X para tentar solucionar isso?

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

Estou usando o Eclipse Indigo (64 bits) e m2e 1.0.1

questionAnswers(1)

yourAnswerToTheQuestion