From d69c89eec81cdffddc32c52fcd5bf26d27672355 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Sat, 18 May 2013 15:15:22 +0000 Subject: [PATCH] Add FindBugs and PMD reports. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1484126 13f79535-47bb-0310-9956-ffa450edef68 --- pmd.xml | 26 ++++++++++++++++++++++++++ pom.xml | 18 ++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 pmd.xml diff --git a/pmd.xml b/pmd.xml new file mode 100644 index 0000000..ceefc84 --- /dev/null +++ b/pmd.xml @@ -0,0 +1,26 @@ + + + + Excludes from default PMD rules. + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2b1a5cf..e839dce 100644 --- a/pom.xml +++ b/pom.xml @@ -491,6 +491,24 @@ under the License. jdepend-maven-plugin 2.0-beta-1 + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-pmd-plugin + 3.0.1 + + + 1.3 + true + + ${basedir}/pmd.xml + + +