You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nicolas Dordet <do...@gmail.com> on 2009/07/25 11:03:24 UTC

how to execute 2 goals of one maven-plugin in a define order

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