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 <[EMAIL PROTECTED]> wrote: > > Hi all, > > Is there some documentation generator for Maven2 plugins? > > TIA > Adrian. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >