We are pleased to announce the Maven taglib Plug-in 1.1 release! http://maven-taglib.sf.net Maven taglib Plug-in is a maven plugin for jsp tag libraries developers. It eases the generation, documentation and testing of jsp tag libraries. =============================================================================== Changes in this version include: New Features: o New taglibrary validation report. Checks for the presence of tag classes declared in tld, setters with the correct param type. o Generation of TldDoc documentation using taglibrarydoc o A tag reference page is now automatically generated for each tld found in taglib.src.dir. The taglib.tld.srcproperty is not taken into account any more. The generated name for the tag reference page is now tagreference- tldname (for example, it will be tagreference-dummyfor a tld named dummy.tld) o Tag library validation report, tldDoc documentation and tag reference can now be generated adding the taglibreport to your pom (note that the tag reference page is not automatically linked). Changes: o The plugin has been totally rewritten using java objects instead of jelly and ant tasks. o The convert-12to11goal has been deprecated and a more generic convertone has been added. You can now set input/output versions using project properties. o License has been updated: the plugin is now distributed under the "Artistic License". The original code comes from the displaytagproject, distributed under the artistic license. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://maven-taglib.sourceforge.net/maven -DgroupId=maven-taglib -DartifactId=maven-taglib-plugin -Dversion=1.1 For a manual installation, you can download the plugin here: http://prdownloads.sourceforge.net/maven-taglib/maven-taglib-plugin-1.1.jar Have fun! -The Maven taglib Plug-in development team