Repository: commons-dbcp
Updated Branches:
  refs/heads/master 8c2c5f6b0 -> 13a09f4ed


Add PMD and CPD reports to the site.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/13a09f4e
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/13a09f4e
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/13a09f4e

Branch: refs/heads/master
Commit: 13a09f4ed38d85abbf7f86fb8dc5a0d0a627b8be
Parents: 8c2c5f6
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Wed Jun 20 14:06:38 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Wed Jun 20 14:06:38 2018 -0600

----------------------------------------------------------------------
 pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/13a09f4e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eba805f..96d4cb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -479,6 +479,21 @@
           <minSeverity>info</minSeverity>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>3.10.0</version>
+        <configuration>
+          <targetJdk>${maven.compiler.target}</targetJdk>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>pmd</report>
+              <report>cpd</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
     </plugins>
   </reporting>
   <profiles>

Reply via email to