From: David ‘Bombe’ Roden Date: Wed, 11 Sep 2013 17:51:23 +0000 (+0200) Subject: Make FindBugs timeout configurable via command line parameters. X-Git-Tag: 0.8.7^2~20 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=85bf117ddbb2afd4a827e1b58298cab94b5151af Make FindBugs timeout configurable via command line parameters. --- 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