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>
Choose a version of org.codehaus.castor : codegen-testcase to add to Maven - Latest 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
|
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