From: David ‘Bombe’ Roden Date: Tue, 10 Sep 2013 20:01:49 +0000 (+0200) Subject: Run FindBugs when test is run. X-Git-Tag: 0.8.7^2~22 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=c3f7f0eb85905a40f688329870369b53eaa08e6e Run FindBugs when test is run. --- 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