summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@zancanaro.id.au>2015-07-06 22:30:29 +1000
committerCarlo Zancanaro <carlo@zancanaro.id.au>2015-07-06 22:30:29 +1000
commit2348f721ba7475b65afeefb108012c564e5653ce (patch)
treed02071ccabca873a53b2f70b43b9d49c0f7d2f97
parent2891f0873846032d9a252d4954dd2f368f6f6b13 (diff)
Add warnings to the build (but haven't fixed them yet)
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 27f05b5..9235383 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>