summaryrefslogtreecommitdiffstats
path: root/clustercontroller-apputil
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-27 15:25:24 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-27 15:25:24 +0200
commit34b67fd408483ce8cd68cc8a6e644784875c3c24 (patch)
treee2ff1b89c87991a712fde9fdf1a3fde2a0abff48 /clustercontroller-apputil
parent1809e3aed18724bb917b775da937a892e0bbf453 (diff)
disallow some warnings
Diffstat (limited to 'clustercontroller-apputil')
-rw-r--r--clustercontroller-apputil/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/clustercontroller-apputil/pom.xml b/clustercontroller-apputil/pom.xml
index 78e0b0ea3f4..fe87b56788c 100644
--- a/clustercontroller-apputil/pom.xml
+++ b/clustercontroller-apputil/pom.xml
@@ -58,8 +58,10 @@
<source>1.8</source>
<target>1.8</target>
<compilerArgs>
- <arg>-Xlint:unchecked</arg>
- <arg>-Xlint:deprecation</arg>
+ <arg>-Xlint:all</arg>
+ <arg>-Xlint:-serial</arg>
+ <arg>-Xlint:-deprecation</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>