From da80eafec9d9d419087624bd9e68bebda9a8fb41 Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Sat, 25 Jan 2014 10:51:10 +0100 Subject: [PATCH] Backport findbugs configuration to 4.3 so we can run a findbugs report in jenkins. --- pom.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) 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 + + + + + +