Eclipse: réexécutez Maven à l'aide de l'option -X pour activer la journalisation complète du débogage

J'ai un projet Maven, je suis en train de construire/exécuter dans Eclipse, mais j'obtiens le message d'erreur ci-dessous. Comment dois-je faire ce que l'erreur suggère-e ou X interrupteurs pour essayer de résoudre ce problème?

[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

Je suis en utilisant Eclipse Indigo (64 bits) et m2e 1.0.1

source d'informationauteur s1mm0t