dev@glassfish.java.net

web/pom.xml changes in trunk

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Tue, 15 Feb 2011 15:56:32 -0800

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>