summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-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>