We are pleased to announce the Maven taglib Plug-in 1.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: New Features: o Sorting all lists (tag reference). Fixes 1036612. Thanks to Robert Hostlowsky. Fixed bugs: o Fixed the ant classpath for taglib:validate (missing commons-collections and Commons-beanutils). o Attribute doesn't exist in class: NullPointerException. Fixes 1016199. =============================================================================== 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 For a manual installation, you can download the plugin here: http://prdownloads.sourceforge.net/maven-taglib/maven-taglib-plugin-1.2.jar Have fun! -The Maven taglib Plug-in development team