diff options
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ <configuration> <source>1.8</source> <target>1.8</target> + <compilerArgument>-Xlint:all</compilerArgument> + <showWarnings>true</showWarnings> + <showDeprecations>true</showDeprecations> </configuration> </plugin> </plugins> |