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 + + +