Hi,

How can I print a graph of a given maven invocation with the lifecycle
and for each lifecycle step which plugins are executed?

E.g.

lifecycle:
 step 3: generate-sources
   plugin 1 - maven-processor-plugin
   plugin 2 - ...
 step 4: process-sources
   plugin 1 - xxx

because in my pom, a plugin is executed several times but it shouldn't!
So i want to find out why. I tried with mvn -X but I couldn't see why a
plugin was executed twice.

with kind regards
thomas



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to