Include findbugs plugin.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 12 Sep 2013 16:46:13 +0000 (18:46 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 12 Sep 2013 16:46:13 +0000 (18:46 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index ec72184..cb2404b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <build>
                <plugins>
                        <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>findbugs-maven-plugin</artifactId>
+                               <version>2.5.2</version>
+                               <configuration>
+                                       <timeout>${findbugs.timeout}</timeout>
+                               </configuration>
+                       </plugin>
+                       <plugin>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <version>2.3.2</version>
                                <configuration>