aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/pom.xml
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 08:10:55 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-06 08:17:09 +0000
commit54eb8a026afd5a1cb9e218d6bdc18a293eca65ef (patch)
tree65fd0d78e3e2537b9ab5743b0ffcbeb327037e4a /vespaclient-container-plugin/pom.xml
parent63fe954a9408cb06fec6cb5d62a699b3d06912b2 (diff)
unify java warnings (use compiler args from parent)
Diffstat (limited to 'vespaclient-container-plugin/pom.xml')
-rw-r--r--vespaclient-container-plugin/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/vespaclient-container-plugin/pom.xml b/vespaclient-container-plugin/pom.xml
index ab3fef08e00..c960c2cca44 100644
--- a/vespaclient-container-plugin/pom.xml
+++ b/vespaclient-container-plugin/pom.xml
@@ -102,14 +102,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:rawtypes</arg>
- <arg>-Xlint:deprecation</arg>
- <arg>-Xlint:unchecked</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
<plugin>
<groupId>com.yahoo.vespa</groupId>