> > So my questions are:
> > 
> >  1. How can I access the maven.compile.src.set property from a plugin?
> > 
> >  2. How can I modify the maven.compile.src.set property from a plugin?
> 
> Look at the antlr plugin, there are examples of modifying 
> maven.compile.src.set. Basically antlr generates the 
> specified sources from a grammar and then appends the path 
> containing the generated sources to maven.compile.src.set.

The castor plugin also modifies maven.compile.src.set (specifically the
castor:prepare-filesystem goal).

HTH,
Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to