2012-05-02 58 views
15

Tengo un proyecto Maven que estoy tratando de compilar/ejecutar en Eclipse, pero aparece el siguiente error. ¿Cómo hago lo que sugiere el error y agrego los modificadores -e o X para intentar solucionar esto?Eclipse: Vuelva a ejecutar Maven utilizando el modificador -X para habilitar el registro completo de depuración

[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 

Estoy usando Eclipse Indigo (64 bits) y M2e 1.0.1

Respuesta

28

Debe comprobar Debug Output en la configuración M2e:

Ventana -> Preferencias -> Maven -> salida de depuración

Cuestiones relacionadas