dev@glassfish.java.net

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

From: Romain Grécourt <romain.grecourt_at_oracle.com>
Date: Wed, 20 Mar 2013 00:54:02 +0100

Le 19/03/13 23:50, Tim Quinn a écrit :
> 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.
Looks good
>
> 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>