How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.cathcart</groupId>
<artifactId>maven-cathcart-plugin</artifactId>
<version>0.9.6</version>
</plugin>
Choose a version of net.sf.cathcart : maven-cathcart-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
maven-cathcart-plugin-0.9.6
|
||
maven-cathcart-plugin-0.9.5
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.cathcart</groupId>
<artifactId>maven-cathcart-plugin</artifactId>
<version>0.9.6</version>
</plugin>
Advertisement