Re: mojo parameters doc page

2006-01-09 Thread Brett Porter
Mike Perham wrote: > 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. It will still use the installed maven-project.

RE: mojo parameters doc page

2006-01-09 Thread Mike Perham
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

RE: mojo parameters doc page

2006-01-09 Thread Mike Perham
When I run site:site in the project itself, I don't see that page. When is that page generated? -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

Re: mojo parameters doc page

2006-01-09 Thread Yann Le Du
: 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 : > ~ > ~ > ~ ... > ~ > ~maven-plugin-plugin > ~

RE: mojo parameters doc page

2006-01-09 Thread Mike Perham
2006 11:01 AM To: Maven Developers List Subject: Re: mojo parameters doc page Hi Mike, Use the plugin-plugin : ~ ~ ~ ... ~ ~maven-plugin-plugin ~ ~ ... -- Yann 2006/1/9, Mike Perham <[EMAIL PROTECTED]>: > > How do I generate the nice documentation pa

Re: mojo parameters doc page

2006-01-09 Thread Yann Le Du
Hi Mike, Use the plugin-plugin : ~ ~ ~ ... ~ ~maven-plugin-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