diff --git a/pom.xml b/pom.xml index 73d6b1958..535dbc950 100644 --- a/pom.xml +++ b/pom.xml @@ -262,4 +262,38 @@ + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + findbugs-exclude.xml + true + ${project.build.directory}/findbugs + + + + + org.apache.maven.plugins + maven-pmd-plugin + 5.0.5 + + + true + UTF-8 + 1.6 + + /rulesets/unusedcode.xml + /rulesets/basic.xml + /rulesets/imports.xml + /rulesets/design.xml + + + + + + +