summaryrefslogtreecommitdiffstats
path: root/config-lib
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-07 10:05:56 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-07 15:14:10 +0000
commit0a1618f74bf4531c67b62288f7d1301264677800 (patch)
treee3e9cdde96ea6acc96c903c19e6d4996cdb027f2 /config-lib
parent00c8002a30e6b3e533bee6f0ee23a8f924fa2d68 (diff)
unify java warnings
* these were stricter than in parent, but to simplify we can just use compiler args from parent
Diffstat (limited to 'config-lib')
-rw-r--r--config-lib/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/config-lib/pom.xml b/config-lib/pom.xml
index 0a8e6f884e2..fa540b5b387 100644
--- a/config-lib/pom.xml
+++ b/config-lib/pom.xml
@@ -38,12 +38,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
<plugin>
<groupId>com.yahoo.vespa</groupId>