summaryrefslogtreecommitdiffstats
path: root/vespaclient-core
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 /vespaclient-core
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 'vespaclient-core')
-rw-r--r--vespaclient-core/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/vespaclient-core/pom.xml b/vespaclient-core/pom.xml
index 43c8700a06a..8f2865a22cf 100644
--- a/vespaclient-core/pom.xml
+++ b/vespaclient-core/pom.xml
@@ -29,12 +29,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>