diff --git a/pom.xml b/pom.xml
index 68d8dad6c70..7af713970a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,7 @@
1.0.10
4.0.0
2.10
+ 2.5.3
@@ -444,6 +445,21 @@
${basedir}/${cs.target.dir}/classes
${basedir}/${cs.target.dir}/test-classes
+
+
+ org.codehaus.mojo
+ findbugs-maven-plugin
+
+
+ cloudstack-findbugs
+ none
+
+ check
+
+
+
+
+
@@ -712,6 +728,25 @@
+
+ org.codehaus.mojo
+ findbugs-maven-plugin
+ ${cs.findbugs.version}
+
+ Max
+ High
+ true
+ false
+
+
+
+ cloudstack-findbugs
+
+ check
+
+
+
+
@@ -771,5 +806,23 @@
vmware-base
+
+ enablefindbugs
+
+
+
+ org.codehaus.mojo
+ findbugs-maven-plugin
+
+
+ cloudstack-findbugs
+ process-classes
+ true
+
+
+
+
+
+