I had a look at the maven 2.2.x code and I created a small patch that does
it. See http://jira.codehaus.org/browse/MNG-4727
All the patch does is sorting the 'MojoExecution' classes based on their id.
It is very few lines of code really.

It is a bit hackish as you need to use "step-" in your <id/> declaration,
but it works perfectly. I hope the maven devs will pick it up under some
form or another.

regards,

Wim

2010/7/13 Wayne Fay <wayne...@gmail.com>

> > However, it speaks of different lifecycle phases. I tried with the same
> > phase and that works, however, I need to run another plugin in between.
> Is
> > this possible?
>
> You could:
> release the maven-antrun-plugin under your own artifactId, say
> wim-antrun-plugin
> then use (in order): m-antrun-p, plugin2, w-antrun-p in your pom
>
> But this seems like a lot of extra work to me.
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to