aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 08:01:02 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-06 08:17:09 +0000
commit623fa8bd6d69b0410c34778f0705f46c86ef47ee (patch)
tree8112ecdf2b151bbb506d28ef1a08c50f99a9e8df /searchlib
parent16f93c063ea3395a2e6f80cbd2805b93f92cb39b (diff)
unify java warnings (use compiler args from parent)
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index 32acf742628..614601ecee9 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -73,13 +73,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:rawtypes</arg>
- <arg>-Xlint:unchecked</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
<plugin>
<groupId>com.helger.maven</groupId>