summaryrefslogtreecommitdiffstats
path: root/documentgen-test
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-25 15:01:21 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-25 15:01:21 +0200
commit4b34a88c928f8c701bd33980e40c48a576098fe9 (patch)
tree3fde48262a4f67798f034c8580254b8872cc7ee1 /documentgen-test
parente18aacbe5755d1cb16b7f4651cec0b91085cb7d9 (diff)
disallow some warnings
Diffstat (limited to 'documentgen-test')
-rw-r--r--documentgen-test/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentgen-test/pom.xml b/documentgen-test/pom.xml
index 8387a586701..972cc8633f7 100644
--- a/documentgen-test/pom.xml
+++ b/documentgen-test/pom.xml
@@ -44,9 +44,10 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>
- <arg>-Xlint:rawtypes</arg>
- <arg>-Xlint:unchecked</arg>
- <arg>-Xlint:deprecation</arg>
+ <arg>-Xlint:all</arg>
+ <arg>-Xlint:-unchecked</arg>
+ <arg>-Xlint:-serial</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>