dev@glassfish.java.net

pom review for main/appserver/common/amx-javaee

From: Tim Quinn <tim.quinn_at_oracle.com>
Date: Tue, 19 Mar 2013 17:50:58 -0500

Hi.

I need to create an exception for FindBugs in this module and it does not already have an excludes file. Bill has already agreed with adding the exception.

Thanks.

-Tim

Index: main/appserver/common/amx-javaee/pom.xml
===================================================================
--- main/appserver/common/amx-javaee/pom.xml (revision 60565)
+++ main/appserver/common/amx-javaee/pom.xml (working copy)
@@ -67,6 +67,10 @@
         </developer>
     </developers>
 
+ <properties>
+ <findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
+ </properties>
+
     <dependencies>
         <dependency>
             <groupId>javax.management.j2ee</groupId>