aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 07:09:32 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-06 08:17:08 +0000
commitacc1023f83087eb8169ff429b0a8f6bcd8b9bb38 (patch)
treef6df150ee8e5f6c63172230593effee93917c776 /configserver
parent143c698d4fe911b6d69a48df47f53bb6c23a52e5 (diff)
unify java warnings (use compiler args from parent)
Diffstat (limited to 'configserver')
-rw-r--r--configserver/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/configserver/pom.xml b/configserver/pom.xml
index aadcac210cb..e81d1d5d970 100644
--- a/configserver/pom.xml
+++ b/configserver/pom.xml
@@ -254,15 +254,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:deprecation</arg>
- <arg>-Xlint:all</arg>
- <arg>-Xlint:-serial</arg>
- <arg>-Xlint:-try</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>