Additional question..

One custom plugin called "maven-ystr-plugin" contains multiple mojo's that
are bound to the generate-sources phase.
One of them generates a new xsd schema for jaxb, the other modifies the
generated jaxb code after the maven-jaxb1-plugin has run.

How should i configure them so the execution sequence is like this within
the generate-sources phase:

1.  maven-ystr-plugin:enrichXsd
2.  maven-jaxb1-plugin:generate
3.  maven-ystr-plugin:enrichJaxb

This would force me to define the same plugin (maven-ystr-plugin) twice in
the build definition, is that possible somehow?

Cheers
Jo

On 2/22/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote:

Hello,

Is there a way to enforce a sequence of goal executions within a phase?
I have different custom plugins that expect other plugins to have produced
some output.

Any ideas?

Cheers
Jo

Reply via email to