JSP TLD Maven Plugin page." >
.tld
) files.
This is the basic code for doing the generation, you would normally some other code around this code to invoke it meaningfully. For example, see
the JSP TLD Maven Plugin page.
<dependency>
<groupId>com.squeakysand.jsp</groupId>
<artifactId>squeakysand-jsp-tldgenerator</artifactId>
<version>0.6.0</version>
</dependency>
@Grapes(
@Grab(group='com.squeakysand.jsp', module='squeakysand-jsp-tldgenerator', version='0.6.0')
)
<parent> <groupId>com.squeakysand.devtools</groupId> <artifactId>uberpom-java-jar</artifactId> <version>7</version> </parent>
compile
|-- com.squeakysand.jsp:squeakysand-jsp
|-- com.squeakysand:squeakysand-commons
|-- com.squeakysand:squeakysand-javadoc
|-- com.squeakysand.schema.javaee:squeakysand-schema-javaee