RE: Base Abstract Mojo

2010-06-18 Thread Giuseppe.Greco
Maven Developers List > Subject: Re: Base Abstract Mojo > > > Giuseppe Greco wrote: > > > > * @parameter expression="${outputDirectory}" > > default-value"${project.build.directory}" > > This misses the equal sign '=

Re: Base Abstract Mojo

2010-06-17 Thread Benjamin Bentmann
Giuseppe Greco wrote: * @parameter expression="${outputDirectory}" default-value"${project.build.directory}" This misses the equal sign '=' after "default-value". Is this a typo in your source? Benjamin - To unsubs

Re: Base Abstract Mojo

2010-06-17 Thread Stephen Connolly
keep them in the same maven module. maven-plugin-plugin parses the custom javadoc tags to build the mojo metadata. when you have the abstract mojo in a separate maven module then the javadoc tags are not available to be parsed, so the fields will not be included in the metadata and hence they wil