Don’t tie FindBugs to any phase.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 11 Sep 2013 17:12:17 +0000 (19:12 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 11 Sep 2013 17:12:17 +0000 (19:12 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index ce9e44f..f3a8b72 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>findbugs-maven-plugin</artifactId>
                                <version>2.5.2</version>
-                               <executions>
-                                       <execution>
-                                               <phase>test</phase>
-                                               <goals>
-                                                       <goal>findbugs</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>