summaryrefslogtreecommitdiffstats
path: root/simplemetrics/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'simplemetrics/pom.xml')
-rw-r--r--simplemetrics/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/simplemetrics/pom.xml b/simplemetrics/pom.xml
index 7f3388c08ca..d347cdbb820 100644
--- a/simplemetrics/pom.xml
+++ b/simplemetrics/pom.xml
@@ -66,9 +66,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>