We are pleased to announce the Maven JellyDoc Plugin 1.4-SNAPSHOT release! http://maven.apache.org/maven-1.x/plugins/jellydoc/ Creates a JavaDoc like report for any Jelly Tags used in a project. =============================================================================== Changes in this version include: Changes: o Update dom4j dependency to match the one in maven 1.1 core. o Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces. Fixes MAVEN-1753. o Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-jelly-tags-xml v1.0 -> v1.1 xercesImpl v 2.4.0 -> v2.6.2 xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2 Fixes MAVEN-1712. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-jellydoc-plugin -Dversion=1.4-SNAPSHOT For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jellydoc-plugin-1.4-SNAPSHOT.jar Have fun! -The Maven JellyDoc Plugin development team