summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-03-29 12:08:53 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-03-29 12:08:53 +0100
commitb73c7975b03df17a6f8b449cd7e0dd5c14809914 (patch)
treee97f6a6e7bb8a88a181564212024e0c7261692ca
parente950106a2ac55bf7ba912dd6dd3cafa7795697ef (diff)
Remove duplicate
-rw-r--r--vespa-hadoop/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/vespa-hadoop/pom.xml b/vespa-hadoop/pom.xml
index 31ef78bfeb4..957253e4b8a 100644
--- a/vespa-hadoop/pom.xml
+++ b/vespa-hadoop/pom.xml
@@ -116,18 +116,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <showDeprecation>true</showDeprecation>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>