Revision: 836
Author: heuermh
Date: Tue Oct 27 12:11:44 2009
Log: rolling back changes errantly committed in r835
http://code.google.com/p/piccolo2d/source/detail?r=836
Modified:
/piccolo2d.java/trunk/core/pom.xml
=======================================
--- /piccolo2d.java/trunk/core/pom.xml Tue Oct 27 12:09:32 2009
+++ /piccolo2d.java/trunk/core/pom.xml Tue Oct 27 12:11:44 2009
@@ -288,7 +288,19 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
</plugin>
-<!-- re-enable findbugs before committing -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <!-- http://wiki.hudson-ci.org/display/HUDSON/FindBugs+Plugin -->
+ <findbugsXmlOutput>true</findbugsXmlOutput>
+ <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+ <xmlOutput>true</xmlOutput>
+ <xmlOutputDirectory>target/site</xmlOutputDirectory>
+ <includeTests>false</includeTests>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---