[Project] Enabled compiler warnings for maven-compiler-plugin

This commit is contained in:
Robert von Burg 2014-03-19 14:19:43 +01:00
parent d40ea5616b
commit 33d5c13ebe
1 changed files with 3 additions and 0 deletions

View File

@ -229,6 +229,9 @@
<configuration>
<source>1.7</source>
<target>1.7</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>