MVN

net.sf.xsltmp : xslt-generator-maven-plugin

Maven & Gradle

Oct 31, 2013
3 usages

XSLT Generator Maven plugin · Performs XSL transformation.

<plugin>
    <groupId>net.sf.xsltmp</groupId>
    <artifactId>xslt-generator-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.xsltmp : xslt-generator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of net.sf.xsltmp : xslt-generator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8
xslt-generator-maven-plugin-1.8
1.7
xslt-generator-maven-plugin-1.7
1.6
xslt-generator-maven-plugin-1.6
1.5
xslt-generator-maven-plugin-1.5
1.4
xslt-generator-maven-plugin-1.4

How to add a plugin to Maven

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

<plugin>
    <groupId>net.sf.xsltmp</groupId>
    <artifactId>xslt-generator-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>

Advertisement