summaryrefslogtreecommitdiffstats
path: root/linguistics-components
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 07:07:23 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-06 08:17:08 +0000
commit143c698d4fe911b6d69a48df47f53bb6c23a52e5 (patch)
tree42af4d1210db49c1c65995456a3b66eb03a40a1e /linguistics-components
parent0e39815ab7bac33e24c2695b98fbe6a2db6e2fee (diff)
unify java warnings (use compiler args from parent)
Diffstat (limited to 'linguistics-components')
-rw-r--r--linguistics-components/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/linguistics-components/pom.xml b/linguistics-components/pom.xml
index 21482b83ca4..96cb26b9642 100644
--- a/linguistics-components/pom.xml
+++ b/linguistics-components/pom.xml
@@ -62,14 +62,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:rawtypes</arg>
- <arg>-Xlint:unchecked</arg>
- <arg>-Xlint:deprecation</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
<plugin>
<groupId>com.yahoo.vespa</groupId>