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.pldoc</groupId>
<artifactId>pldoc-pmd-plugin</artifactId>
<version>3.2.6</version>
</plugin>
Choose a version of net.sourceforge.pldoc : pldoc-pmd-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
pldoc-pmd-plugin-3.2.6
|
||
pldoc-pmd-plugin-3.2.5
|
|||
pldoc-pmd-plugin-3.2.4
|
|||
pldoc-pmd-plugin-3.2.3
|
|||
pldoc-pmd-plugin-3.2.2
|
|||
pldoc-pmd-plugin-3.2.1
|
|||
3.2 |
pldoc-pmd-plugin-3.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sourceforge.pldoc</groupId>
<artifactId>pldoc-pmd-plugin</artifactId>
<version>3.2.6</version>
</plugin>
Advertisement