You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Adrian Herscu <bm...@fastmail.fm> on 2006/03/08 19:59:40 UTC

[m2] Plugin documentation generator?

Hi all,

Is there some documentation generator for Maven2 plugins?

TIA
Adrian.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] Plugin documentation generator?

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

Adding the maven-plugin-plugin in reports will generate plugin documentation
in the site :

~   <reporting>
~     <plugins>
~       ...
~       <plugin>
~         <groupId>org.apache.maven.plugins</groupId>
~         <artifactId>maven-plugin-plugin</artifactId>
~       </plugin>
~     </plugins>
~   </reporting>


- Yann

On 3/8/06, Adrian Herscu <bm...@fastmail.fm> wrote:
>
> Hi all,
>
> Is there some documentation generator for Maven2 plugins?
>
> TIA
> Adrian.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>