MVN

com.squeakysand.jsp : jsptld-maven-plugin

Maven & Gradle

Aug 08, 2013

The JSP TLD Maven Plugin is used to automate the management of JSP Tag Library Descriptors as part of a Maven build. It is intended to decrease the burden on JSP developers associated with writing custom JSP Tag Libraries. The goal is to encourage JSP developers to write better JSP files by using custom JSP Tag Libraries more extensively. The Plugin can process Java annotations on Tag implementation classes and also discover Tag Files (.tag and .tagx files). The Java 5 Annotations recognized by this Plugin are all part of the <a href="../squeakysand-jsp/apidocs/com/squeakysand/jsp/tagext/annotations/package-summary.html">com.squeakysand.jsp.tagext.annotations</a> package.

<plugin>
    <groupId>com.squeakysand.jsp</groupId>
    <artifactId>jsptld-maven-plugin</artifactId>
    <version>0.6.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squeakysand.jsp : jsptld-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.squeakysand.jsp : jsptld-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6.x
jsptld-maven-plugin-0.6.0
0.4.x
jsptld-maven-plugin-0.4.0
0.3.x
jsptld-maven-plugin-0.3.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.squeakysand.jsp</groupId>
    <artifactId>jsptld-maven-plugin</artifactId>
    <version>0.6.0</version>
</plugin>