From 47c5662d6173f7efcf81827998ab6caaf930bf71 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 12 Sep 2013 18:46:13 +0200 Subject: [PATCH] Include findbugs plugin. --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index ec72184..cb2404b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,14 @@ + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + ${findbugs.timeout} + + + maven-compiler-plugin 2.3.2 -- 2.7.4