Thanks Benjamin, That worked perfectly :) On Mon, Aug 18, 2008 at 7:09 PM, Benjamin Bentmann < [EMAIL PROTECTED]> wrote:
> Tristan King wrote: > > > I'm trying to use 3 instances of the javacc-maven-plugin in the one > > project, > > In general, Maven does not allow you to use multiple <plugin> elements for > the same plugin. So, instead of > <plugin/> > <plugin/> > <plugin/> > try to change your POM to > <plugin> > <executions> > <execution> > <execution> > <execution> > </executions> > </plugin> > i.e. group all your <execution>s in the same <plugin> section. > > BTW, the latest version of the plugin is 2.4.1. > > HTH, > > > Benjamin > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Tristan King Research Officer, eResearch Centre James Cook University, Townsville Qld 4811 Australia Phone: +61747816902 E-mail: [EMAIL PROTECTED] www: http://eresearch.jcu.edu.au