summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-09-26 12:11:15 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-09-26 12:11:15 +0200
commit6dec6cbde1d93af253eda10238574c5169cc3cef (patch)
tree5c207a1d0ad352e99453e3d5142c42594d6a59ae /pom.xml
parent5c332a77f9707cc65ba8cc811e2a9f4f55e21000 (diff)
findbugs-maven-plugin doesn't work with our current Jenkins install.
Revisit.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 09854c7..a6db006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,14 +333,6 @@
<reporting>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>2.5.5</version>
- <configuration>
- <xmlOutput>true</xmlOutput>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>