diff --git a/pom.xml b/pom.xml
index 7beae6bee..be46940e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -694,6 +694,40 @@
+
+
+
+ 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
+
+
+
+
+
+
+