From 85bf117ddbb2afd4a827e1b58298cab94b5151af Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 11 Sep 2013 19:51:23 +0200 Subject: [PATCH] Make FindBugs timeout configurable via command line parameters. --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index f3a8b72..6842c8a 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,7 @@ UTF-8 0.12.4 + 600000 @@ -70,6 +71,9 @@ org.codehaus.mojo findbugs-maven-plugin 2.5.2 + + ${findbugs.timeout} + org.apache.maven.plugins -- 2.7.4