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