Hi all, I'm developing a maven plugin witch contain 2 mojos (abstractMavenReport). I wanted maven to execute mojoA before mojoB when doing a "mvn site".
I saw that in the plugin descriptor my mojoB is declared before my mojoA. How can I change that? Is there a way to change the plugin.xml manually and add it to the jar created when executing mvn package or mvn install?
