summaryrefslogtreecommitdiffstats
path: root/documentapi/pom.xml
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-25 14:15:04 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-25 14:15:56 +0200
commitc389c20acf33c1207ad56e4186998ab11d617de7 (patch)
treeda373a48f48e9c4df015caf0c9a16ec1164db742 /documentapi/pom.xml
parent006bdc5048c5693a37c2b422ba7d26dc74e2be68 (diff)
disallow warnings
Diffstat (limited to 'documentapi/pom.xml')
-rw-r--r--documentapi/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentapi/pom.xml b/documentapi/pom.xml
index d9a3052def5..17fd0cc5505 100644
--- a/documentapi/pom.xml
+++ b/documentapi/pom.xml
@@ -80,9 +80,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <compilerArgs>
- <arg>-Xlint:deprecation</arg>
- <arg>-Xlint:unchecked</arg>
+ <compilerArgs>
+ <arg>-Xlint:all</arg>
+ <arg>-Xlint:-serial</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>