MVN

org.apache.odftoolkit : schema2template-maven-plugin

Maven & Gradle

Mar 29, 2017

XML Schema to Template Mapping Tool: Maven2 Plugin · Maven Plugin for XML Schema to Template Mapping Tool

<plugin>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>schema2template-maven-plugin</artifactId>
    <version>0.8.11-incubating</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.odftoolkit : schema2template-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.8.11-incubating

All Versions

Choose a version of org.apache.odftoolkit : schema2template-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
schema2template-maven-plugin-0.8.11-incubating
schema2template-maven-plugin-0.8.10-incubating
schema2template-maven-plugin-0.8.8-incubating

How to add a plugin to Maven

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

<plugin>
    <groupId>org.apache.odftoolkit</groupId>
    <artifactId>schema2template-maven-plugin</artifactId>
    <version>0.8.11-incubating</version>
</plugin>