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.mojo</groupId>
<artifactId>codenarc-maven-plugin</artifactId>
<version>0.22-1</version>
</plugin>
Choose a version of org.codehaus.mojo : codenarc-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.22 |
codenarc-maven-plugin-0.22-1
|
||
0.18 |
codenarc-maven-plugin-0.18-1
|
||
0.17 |
codenarc-maven-plugin-0.17-2
|
||
codenarc-maven-plugin-0.17-1
|
|||
0.16.x |
codenarc-maven-plugin-0.16.1-beta-1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>codenarc-maven-plugin</artifactId>
<version>0.22-1</version>
</plugin>
Advertisement