MVN

net.sourceforge.pldoc : pldoc-pmd-plugin

Maven & Gradle

Aug 08, 2016

Apache Maven PMD Plugin for PLSQL · A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste fragments, as well as being able to fail the build based on these metrics.

<plugin>
    <groupId>net.sourceforge.pldoc</groupId>
    <artifactId>pldoc-pmd-plugin</artifactId>
    <version>3.2.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.pldoc : pldoc-pmd-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.2.6

All Versions

Choose a version of net.sourceforge.pldoc : pldoc-pmd-plugin to add to Maven - All 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

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>

Advertisement