diff options
author | Carlo Zancanaro <carlo@zancanaro.id.au> | 2015-07-06 22:30:29 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@zancanaro.id.au> | 2015-07-06 22:30:29 +1000 |
commit | 2348f721ba7475b65afeefb108012c564e5653ce (patch) | |
tree | d02071ccabca873a53b2f70b43b9d49c0f7d2f97 | |
parent | 2891f0873846032d9a252d4954dd2f368f6f6b13 (diff) |
Add warnings to the build (but haven't fixed them yet)
-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> |