forked from jasder/antlr
Pass -Xlint -Xlint:-serial to javac (Maven build of runtime)
This commit is contained in:
parent
d220f90d3b
commit
a828b99b59
|
@ -42,6 +42,12 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.6</source>
|
<source>1.6</source>
|
||||||
<target>1.6</target>
|
<target>1.6</target>
|
||||||
|
<showWarnings>true</showWarnings>
|
||||||
|
<showDeprecation>true</showDeprecation>
|
||||||
|
<compilerArguments>
|
||||||
|
<Xlint/>
|
||||||
|
</compilerArguments>
|
||||||
|
<compilerArgument>-Xlint:-serial</compilerArgument>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Reference in New Issue