dev@glassfish.java.net

Re: web/pom.xml changes in trunk

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Tue, 15 Feb 2011 20:49:51 -0800

I think that's great as long as you're planning to *fix* all the warnings!

(I'd love to see people fix all the existing random error messages
produced during the build.)

Shing Wai Chan wrote on 02/15/2011 03:56 PM:
> We plan to turn on the compiler warnings in web in trunk.
> Please let me know if this is ok.
> Thanks.
> Shing Wai Chan
>
> v3/web $ svn diff pom.xml
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 45149)
> +++ pom.xml (working copy)
> @@ -75,4 +75,15 @@
> <module>web-ha</module>
> </modules>
>
> + <build>
> + <plugins>
> + <plugin>
> + <groupId>com.sun.enterprise</groupId>
> + <artifactId>hk2-maven-plugin</artifactId>
> + <configuration>
> + <compilerArgument>-Xlint:unchecked</compilerArgument>
> + </configuration>
> + </plugin>
> + </plugins>
> + </build>
> </project>
>