Add compiler options to find unchecked/deprecated code
This commit is contained in:
parent
2ad1451ce8
commit
db37652f2a
4
pom.xml
4
pom.xml
@ -273,6 +273,10 @@
|
|||||||
<optimize>true</optimize>
|
<optimize>true</optimize>
|
||||||
<showDeprecation>true</showDeprecation>
|
<showDeprecation>true</showDeprecation>
|
||||||
<showWarnings>true</showWarnings>
|
<showWarnings>true</showWarnings>
|
||||||
|
<compilerArguments>
|
||||||
|
<Xlint:unchecked/>
|
||||||
|
<Xlint:deprecation/>
|
||||||
|
</compilerArguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user