Add more compiler plugin options to make compilerArguments works

This commit is contained in:
Trustin Lee 2013-01-31 21:02:56 +09:00
parent db37652f2a
commit 1f2aca02da
1 changed files with 3 additions and 0 deletions

View File

@ -267,6 +267,8 @@
<version>2.5.1</version>
<configuration>
<encoding>UTF-8</encoding>
<compilerVersion>1.7</compilerVersion>
<fork>true</fork>
<source>1.6</source>
<target>1.6</target>
<debug>true</debug>
@ -274,6 +276,7 @@
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<compilerArguments>
<Xlint:-options/>
<Xlint:unchecked/>
<Xlint:deprecation/>
</compilerArguments>