summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linguistics-components/pom.xml8
-rw-r--r--linguistics/pom.xml8
2 files changed, 0 insertions, 16 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>
diff --git a/linguistics/pom.xml b/linguistics/pom.xml
index d9ab942a0b8..d0314622fcf 100644
--- a/linguistics/pom.xml
+++ b/linguistics/pom.xml
@@ -77,14 +77,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>