Author: pottlinger
Date: Wed Aug 20 10:06:21 2014
New Revision: 1619062
URL: http://svn.apache.org/r1619062
Log:
TENTACLES-4: build infra
- Disable findbugs due to problem with older JDKs for now.
Modified:
creadur/tentacles/trunk/pom.xml
Modified: creadur/tentacles/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/tentacles/trunk/pom.xml?rev=1619062&r1=1619061&r2=1619062&view=diff
==============================================================================
--- creadur/tentacles/trunk/pom.xml (original)
+++ creadur/tentacles/trunk/pom.xml Wed Aug 20 10:06:21 2014
@@ -217,11 +217,12 @@
</tags>
</configuration>
</plugin>
+ <!-- enable later with a findbugs version that works fine with JDK
1.6
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>3.0.0</version>
- </plugin>
+ <version>2.5.5</version>
+ </plugin-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>