The Taglib Plug-in is a maven 2 plugin for jsp tag libraries developers. It eases the generation, documentation and testing of jsp tag libraries.
Current release: 2.4
Adds the following to your pom.xml to enable generation of taglib reports:
<reporting> <plugin> <groupId>net.sourceforge.maven-taglib</groupId> <artifactId>maven-taglib-plugin</artifactId> </plugin> </plugins> </reporting>
This will trigger the generation of:
For advanced usage see the usage section.