dev@glassfish.java.net

Re: web/pom.xml changes in trunk

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

Turning on the compiler warning will help to improve the code quality.
Shing Wai Chan

On 2/15/11 4:31 PM, Jane Young wrote:
> 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>
>>
>