Author: allain.lalonde
Date: Mon Jul 20 10:02:05 2009
New Revision: 526
Modified:
piccolo2d.java/trunk/parent/pom.xml
Log:
Added FindBugs as a plugin.
Modified: piccolo2d.java/trunk/parent/pom.xml
==============================================================================
--- piccolo2d.java/trunk/parent/pom.xml (original)
+++ piccolo2d.java/trunk/parent/pom.xml Mon Jul 20 10:02:05 2009
@@ -157,7 +157,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<verbose>true</verbose>
- <fork>true</fork>
+ <fork>true</fork>
<encoding>ascii</encoding>
<optimize>false</optimize>
<debug>false</debug>
@@ -165,7 +165,7 @@
<showDeprecation>false</showDeprecation>
<showWarnings>true</showWarnings>
<source>1.4</source>
- <target>1.4</target>
+ <target>1.4</target>
</configuration>
</plugin>
<plugin>
@@ -190,6 +190,15 @@
</goals>
</execution>
</executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.0.1</version>
+ <configuration>
+ <xmlOutput>true</xmlOutput>
+ <xmlOutputDirectory>target/site</xmlOutputDirectory>
+ </configuration>
</plugin>
</plugins>
</build>
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---