MVN

com.phloc.maven : schematron2xslt-maven-plugin

Maven & Gradle

May 21, 2014

schematron2xslt-maven-plugin · Maven plugin to convert Schematron files to XSLT files at build time

<plugin>
    <groupId>com.phloc.maven</groupId>
    <artifactId>schematron2xslt-maven-plugin</artifactId>
    <version>2.7.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.phloc.maven : schematron2xslt-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of com.phloc.maven : schematron2xslt-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.7.x
schematron2xslt-maven-plugin-2.7.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.phloc.maven</groupId>
    <artifactId>schematron2xslt-maven-plugin</artifactId>
    <version>2.7.0</version>
</plugin>

Advertisement