We are pleased to announce the Maven taglib Plug-in 1.2.2 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: Fixed bugs: o Although the 1.2.1 release fixed 1.5 compatibility for goals wich directly use Xalan, tlddoc still has problems and the taglib:taglibdocgoal fails during xslt transformations. Now the plugin ships with a modified com.sun.tlddoc.TLDDocGeneratorclass till tlddoc will be compatible with java 1.5 bundled xalan. =============================================================================== 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.2.2 For a manual installation, you can download the plugin here: http://prdownloads.sourceforge.net/maven-taglib/maven-taglib-plugin-1.2.2.jar Have fun! -The Maven taglib Plug-in development team