I updated the PMD plugin to use plugin-parent 2.0.1 instead of 2.0 and it started generating the documentation. Does this force the use of maven 2.0.1? I believe so because plugin-parent 2.0.1 pulls in maven-project 2.0.1.
Is it better to just list the plugin report in PMD's POM instead? As a user, I hate it when a plugin mandates a newer maven version so I want to maintain backwards compatability where possible. -----Original Message----- From: Yann Le Du [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 11:18 AM To: Maven Developers List Subject: Re: mojo parameters doc page (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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
