You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wendy Smoak <ws...@gmail.com> on 2007/02/01 03:53:21 UTC

Re: Execution order in pre-integration-test phase for Cargo/Antrun

On 1/31/07, Crossley, Jim <Jc...@tandbergtv.com> wrote:

> Yes.  As you can see from the snippet below, I have the executions
> defined.  My problem is that I need the 'serverconfig' execution to
> occur *after* 'install-container' but *before* 'start-container'.  Since
> all three are bound to the same phase, the order is determined (it
> seems) by their declaration order in the POM.  How do I achieve the
> order I need?

AFAIK, plugin execution order within a phase is not guaranteed with Maven 2.0.4.

Try shifting the execution that must run first to an earlier phase.

-- 
Wendy

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