On 1/31/07, Crossley, Jim <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
