summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-03-26 08:41:02 +0100
committerManuel Bentele2021-03-26 08:41:02 +0100
commitcf714c4f20d85da9ac86c8356a0fb21e480f6d34 (patch)
treef1a6008b2fa3dca23e2bbef7a0c9a5ed7283c0f0 /pom.xml
parentAdd support for Java 8 (diff)
downloadecp-client-lean-cf714c4f20d85da9ac86c8356a0fb21e480f6d34.tar.gz
ecp-client-lean-cf714c4f20d85da9ac86c8356a0fb21e480f6d34.tar.xz
ecp-client-lean-cf714c4f20d85da9ac86c8356a0fb21e480f6d34.zip
Enable Java compiler warnings
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 42c5fd4..779cef1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <compilerArgument>-Xlint:all</compilerArgument>
<encoding>UTF-8</encoding>
</configuration>
</plugin>