MVN

org.daisy.maven : xspec-maven-plugin

Maven & Gradle

Jul 14, 2021
2 stars

XSpec Maven Plugin · A Maven plugin to run XSpec tests for XSLT.

<plugin>
    <groupId>org.daisy.maven</groupId>
    <artifactId>xspec-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.daisy.maven : xspec-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.daisy.maven : xspec-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
xspec-maven-plugin-1.0.1
xspec-maven-plugin-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>org.daisy.maven</groupId>
    <artifactId>xspec-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Advertisement