MVN

org.codehaus.castor : castor-maven-plugins

Maven & Gradle

May 16, 2016

Castor XML - Maven Mojos for executing XMLCTF tests

<plugin>
    <groupId>org.codehaus.castor</groupId>
    <artifactId>castor-maven-plugins</artifactId>
    <version>1.4.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.castor : castor-maven-plugins to add to Maven - Latest Versions:

  • Latest Stable: 1.4.1
  • Latest Release Candidate: 1.3.3-rc1

All Versions

Choose a version of org.codehaus.castor : castor-maven-plugins to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
castor-maven-plugins-1.4.1
castor-maven-plugins-1.4.0
1.3.x
castor-maven-plugins-1.3.3
castor-maven-plugins-1.3.3-rc1
castor-maven-plugins-1.3.2
1.3
castor-maven-plugins-1.3

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.codehaus.castor</groupId>
    <artifactId>castor-maven-plugins</artifactId>
    <version>1.4.1</version>
</plugin>

Advertisement