You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eric Miles <em...@kronos.com> on 2006/12/05 16:52:21 UTC

Mojo Dev question: Binding to phases?

When you bind to a phase, when does it gets executed?  Are all goals
belonging to a phase executed in parallel?  Or is there an order?  For
instance, I have 2 mojos and I'd like one executed before testing begins
(and after test-compile completes) and after testing ends (before the
next phase begins).  What is the best way to accomplish this?

Thanks!
Eric Miles