summaryrefslogtreecommitdiffstats
path: root/metrics/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'metrics/pom.xml')
-rw-r--r--metrics/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/metrics/pom.xml b/metrics/pom.xml
index af78b9e7c91..498f936ad16 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -63,9 +63,9 @@
<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>-Werror</arg>
</compilerArgs>
</configuration>
</plugin>