(Oops, just noticed this was the dev list, sorry to bug.) I don't understand, the maven-pmd-plugin has also that nice page, doesn't it ? http://maven.apache.org/plugins/maven-pmd-plugin/ http://maven.apache.org/plugins/maven-pmd-plugin/pmd-mojo.html
-- Yann 2006/1/9, Mike Perham <[EMAIL PROTECTED]>: > > Yann, that's what I'm doing. The maven-compiler-plugin has that nice > page but the maven-pmd-plugin does not. Is this because it is not a > build plugin but a report plugin instead? > > mike > > -----Original Message----- > From: Yann Le Du [mailto:[EMAIL PROTECTED] > Sent: Monday, January 09, 2006 11:01 AM > To: Maven Developers List > Subject: Re: mojo parameters doc page > > Hi Mike, > > Use the plugin-plugin : > ~ <reporting> > ~ <plugins> > ~ ... > ~ <plugin> > ~ <artifactId>maven-plugin-plugin</artifactId> > ~ </plugin> > ~ ... > > -- > Yann > > 2006/1/9, Mike Perham <[EMAIL PROTECTED]>: > > > > How do I generate the nice documentation page for each goal which > > lists the parameters that Mojo takes? > > > > I'm referring to this page: > > > > http://maven.apache.org/plugins/maven-compiler-plugin/ > > > > and the linked goal pages. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] For > > additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
