Hi all, I've got a maven plugin which have 2 mojo that extends AbstractMavenReport. I need to execute mojo-1 before mojo-2. When I'm doing a mvn clean install on the plugin, then a mvn site on a test project, sometimes mojo-1 is executed before mojo-2, sometimes its the contrary.. How can I specify the execution order?
thx
