tlddoc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>taglibrarydoc</groupId> <artifactId>tlddoc</artifactId> <version>1.3</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>tlddoc</artifactId> <name>taglibrarydoc</name> <groupId>taglibrarydoc</groupId> <version>1.3</version> <url>http://taglibrarydoc.dev.java.net</url> <licenses> <license> <name>BSD License</name> <url>http://taglibrarydoc.dev.java.net/source/browse/*checkout*/taglibrarydoc/taglibrarydoc/license.txt</url> </license> </licenses> <organization> <name>sun</name> <url>http://www.sun.com/</url> </organization> <inceptionYear>2003</inceptionYear> <description> Tag Library Documentation Generator is a utility for automatically generating javadoc-style documentation for JavaServer Pages (JSP) Technology Tag Libraries. It accepts a set of tag libraries as input, and generates a set of HTML files as output. It can also be used to generate tag library documentation for JavaServer Faces UI components. Included in the output is a full description of each defined tag library, the tags contained within those tag libraries, and how to use those tags. </description> </project>