projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3f7f0e
)
Don’t tie FindBugs to any phase.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 11 Sep 2013 17:12:17 +0000
(19:12 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 11 Sep 2013 17:12:17 +0000
(19:12 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
ce9e44f
..
f3a8b72
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-70,14
+70,6
@@
<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>