projects
/
rhynodge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1f3ed0
)
Include findbugs plugin.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 12 Sep 2013 16:46:13 +0000
(18:46 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 12 Sep 2013 16:46:13 +0000
(18:46 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
ec72184
..
cb2404b
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-10,6
+10,14
@@
<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>