summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-02-03 02:05:19 +0100
committergjoranv <gv@verizonmedia.com>2022-02-03 02:36:36 +0100
commitafd0087d92f66e46a4c1ca5e2c0bec166388be25 (patch)
tree8054e809705b88519296a457e500c2864a4cb09d /vespa-hadoop
parent2dced25d329cff2ea5345bf8e5e266f5e1d17ed7 (diff)
Improve maven-shade-plugin filter, and move to parent pom.
- Removes 223 build warnings (out of 562 for building non-test code)
Diffstat (limited to 'vespa-hadoop')
-rw-r--r--vespa-hadoop/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/vespa-hadoop/pom.xml b/vespa-hadoop/pom.xml
index 3cf669f924a..1a09fc2e780 100644
--- a/vespa-hadoop/pom.xml
+++ b/vespa-hadoop/pom.xml
@@ -187,16 +187,6 @@
<shadedPattern>shaded.vespa</shadedPattern>
</relocation>
</relocations>
- <filters>
- <filter>
- <artifact>*:*</artifact>
- <excludes>
- <exclude>META-INF/*.SF</exclude>
- <exclude>META-INF/*.DSA</exclude>
- <exclude>META-INF/*.RSA</exclude>
- </excludes>
- </filter>
- </filters>
</configuration>
</execution>
</executions>