You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Mike Perham <Mi...@webifysolutions.com> on 2006/01/09 17:57:01 UTC

mojo parameters doc page

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: mojo parameters doc page

Posted by Yann Le Du <le...@gmail.com>.
Hi Mike,

Use the plugin-plugin :
~  <reporting>
~    <plugins>
~      ...
~      <plugin>
~        <artifactId>maven-plugin-plugin</artifactId>
~      </plugin>
~      ...

--
Yann

2006/1/9, Mike Perham <Mi...@webifysolutions.com>:
>
> 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>