aboutsummaryrefslogtreecommitdiffstats
path: root/metrics
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-01-06 22:32:01 +0100
committerGitHub <noreply@github.com>2022-01-06 22:32:01 +0100
commit62b74775db404dd2f7e1c37efae427b0c5d352d9 (patch)
tree3077f322cc345a30ab801c25da6fbdb845d951b2 /metrics
parentbbebf2d205e181db1f28a297e4a96a08323a2c27 (diff)
parent2f71ba60e9822f81adde498bf0f46196a198fed9 (diff)
Merge pull request #20677 from vespa-engine/arnej/unify-java-warnings-2
Arnej/unify java warnings 2
Diffstat (limited to 'metrics')
-rw-r--r--metrics/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 172e3c62179..b0482e26697 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -25,13 +25,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-Xlint:-unchecked</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>