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.sourceforge.pmd</groupId>
<artifactId>pmd-build</artifactId>
<version>0.10</version>
</plugin>
Choose a version of net.sourceforge.pmd : pmd-build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.10 |
pmd-build-0.10
|
||
0.9 |
pmd-build-0.9
|
||
0.8 |
pmd-build-0.8
|
||
0.7 |
pmd-build-0.7
|
||
0.6 |
pmd-build-0.6
|
||
0.5 |
pmd-build-0.5
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build</artifactId>
<version>0.10</version>
</plugin>
Advertisement