executions, phases and multiple goals

2009-05-22 Thread Stephen Connolly
OK, I just noticed this... If I have two mojo's annotated with different phases, i.e. /** * @goal integration-test * @requiresProject true * @requiresDependencyResolution test * @phase integration-test */ public class FailsafeMojo extends AbstractMojo { ... } and /** * @goal verify

Re: executions, phases and multiple goals

2009-05-22 Thread Stephen Connolly
2009/5/22 Stephen Connolly stephen.alan.conno...@gmail.com OK, I just noticed this... If I have two mojo's annotated with different phases, i.e. /** * @goal integration-test * @requiresProject true * @requiresDependencyResolution test * @phase integration-test */ public class