MVN

com.jimetevenard.xml : relaxng-schema-simplifier

Maven & Gradle

Jul 13, 2018
0 stars

Maven RelaxNg Simplifier · Maven plugin to Simplify RelaxNG schema

<plugin>
    <groupId>com.jimetevenard.xml</groupId>
    <artifactId>relaxng-schema-simplifier</artifactId>
    <version>2.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jimetevenard.xml : relaxng-schema-simplifier to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.jimetevenard.xml : relaxng-schema-simplifier to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
relaxng-schema-simplifier-2.0.0
1.1.x
relaxng-schema-simplifier-1.1.1
relaxng-schema-simplifier-1.1.0
1.0.x
relaxng-schema-simplifier-1.0.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.jimetevenard.xml</groupId>
    <artifactId>relaxng-schema-simplifier</artifactId>
    <version>2.0.0</version>
</plugin>

Advertisement