From c3f7f0eb85905a40f688329870369b53eaa08e6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 10 Sep 2013 22:01:49 +0200 Subject: [PATCH] Run FindBugs when test is run. --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 35f3250..ce9e44f 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,19 @@ + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + + test + + findbugs + + + + + org.apache.maven.plugins maven-compiler-plugin 2.0.2 -- 2.7.4