MVN

org.codehaus.castor : codegen-testcase

Maven & Gradle

Jan 03, 2010

Castor XML - Code generator JUnit test archetype

<plugin>
    <groupId>org.codehaus.castor</groupId>
    <artifactId>codegen-testcase</artifactId>
    <version>1.3.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.castor : codegen-testcase to add to Maven - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of org.codehaus.castor : codegen-testcase to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
codegen-testcase-1.3.1
codegen-testcase-1.3.0.1
1.3
codegen-testcase-1.3
1.3rc1
codegen-testcase-1.3rc1
1.0
codegen-testcase-1.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.codehaus.castor</groupId>
    <artifactId>codegen-testcase</artifactId>
    <version>1.3.1</version>
</plugin>

Advertisement