commits@javamail.java.net

[mercurial:80] Run FindBugs with "mvn site".

From: <shannon_at_kenai.com>
Date: Tue, 11 Nov 2008 01:05:06 +0000 (GMT)

Repository: mercurial
Revision: 80
Author: Bill Shannon <bill.shannon_at_sun.com>
Date: 2008-09-09 00:03:21 UTC

Log Message:
-----------
Run FindBugs with "mvn site".

Modified Paths:
--------------
    mail/pom.xml

Diffs:
-----
diff -r a2963446b4a2 -r d4706c5f00be mail/pom.xml
--- a/mail/pom.xml Mon Sep 08 16:28:23 2008 -0700
+++ b/mail/pom.xml Mon Sep 08 17:03:21 2008 -0700
@@ -77,4 +77,16 @@
            </resource>
        </resources>
     </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <configuration>
+ <threshold>Normal</threshold>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
 </project>