summaryrefslogtreecommitdiffstats
path: root/dummy-persistence
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-24 12:36:37 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-24 12:36:37 +0200
commit9a7fadff4f38555299eff2dd49c9557cf56af510 (patch)
tree95fd1c1a25036a589c384e1633590d483a822e8d /dummy-persistence
parent62a977a89216898d0418956d6eeaf6c0ac70d51d (diff)
disallow warnings
Diffstat (limited to 'dummy-persistence')
-rw-r--r--dummy-persistence/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/dummy-persistence/pom.xml b/dummy-persistence/pom.xml
index c831bbe61f8..fe2f343017a 100644
--- a/dummy-persistence/pom.xml
+++ b/dummy-persistence/pom.xml
@@ -44,9 +44,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>
- <arg>-Xlint:rawtypes</arg>
- <arg>-Xlint:unchecked</arg>
- <arg>-Xlint:deprecation</arg>
+ <arg>-Xlint:all</arg>
+ <arg>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>