The maven-taglib team is 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 in now automatically generated for each tld found in taglib.src.dir. The taglib.tld.src property 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-dummy for a tld named dummy.tld) o Tag library validation report, tldDoc documentation and tag reference can now be generated adding the taglib report 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-12to11 goal has been deprecated and a more generic convert one 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 displaytag project, distributed under the artistic license. To automatically install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven-taglib -DartifactId=maven-taglib-plugin -Dversion=1.1 For a manual installation, you can download the Maven taglib Plug-in here: http://maven-taglib.sourceforge.net/maven/maven-taglib/plugins/maven-tag lib-plugin-1.1.jar Have fun! -The development team --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]