diff --git a/core/pom.xml b/core/pom.xml
index b0915f7..f1d7120 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -288,7 +288,19 @@
         org.codehaus.mojo
         jdepend-maven-plugin
       
-
+      
+        org.codehaus.mojo
+        findbugs-maven-plugin
+        2.1
+        
+          
+          true
+          true
+          true
+          target/site
+          false         
+        
+      
       
         org.codehaus.mojo
         cobertura-maven-plugin