← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1050: Playing with findbugs plugin

 

------------------------------------------------------------
revno: 1050
committer: Jo Størset <storset@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2009-11-18 14:12:36 +0100
message:
  Playing with findbugs plugin
modified:
  dhis-2/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2009-11-04 18:24:30 +0000
+++ dhis-2/pom.xml	2009-11-18 13:12:36 +0000
@@ -110,6 +110,16 @@
           <encoding>${project.build.sourceEncoding}</encoding>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>2.0.1</version>
+        <configuration>
+          <findbugsXmlOutput>true</findbugsXmlOutput>
+          <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+          <xmlOutput>true</xmlOutput>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
@@ -493,6 +503,7 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>