dev@glassfish.java.net

Re: web/pom.xml changes in trunk

From: Jane Young <jane.young_at_oracle.com>
Date: Tue, 15 Feb 2011 16:31:56 -0800

I'm okay with this change but wondering why you're turning on compiler
warning for web-ha module?
Can you turn it on locally and fix the compiler warnings?

On 2/15/11 3:56 PM, Shing Wai Chan wrote:
> 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>
>