Author: ruschein
Date: 2010-08-04 15:12:21 -0700 (Wed, 04 Aug 2010)
New Revision: 21202
Modified:
core3/parent/trunk/pom.xml
Log:
Added support for findbugs.
Modified: core3/parent/trunk/pom.xml
===================================================================
--- core3/parent/trunk/pom.xml 2010-08-04 22:11:08 UTC (rev 21201)
+++ core3/parent/trunk/pom.xml 2010-08-04 22:12:21 UTC (rev 21202)
@@ -237,6 +237,16 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.3.1</version>
+ <configuration>
+ <xmlOutput>true</xmlOutput>
+ <!-- Optional directory to put findbugs
xdoc xml report -->
+
<xmlOutputDirectory>target/site</xmlOutputDirectory>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.