summaryrefslogtreecommitdiffstats
path: root/vespaclient-java
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 /vespaclient-java
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 'vespaclient-java')
-rw-r--r--vespaclient-java/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/vespaclient-java/pom.xml b/vespaclient-java/pom.xml
index d8530fd9d82..0db7c523eb5 100644
--- a/vespaclient-java/pom.xml
+++ b/vespaclient-java/pom.xml
@@ -75,17 +75,6 @@
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<finalName>${project.artifactId}-jar-with-dependencies</finalName>
- <filters>
- <filter>
- <!-- Don't include signature files in uber jar (most likely from bouncycastle). -->
- <artifact>*:*</artifact>
- <excludes>
- <exclude>META-INF/*.SF</exclude>
- <exclude>META-INF/*.DSA</exclude>
- <exclude>META-INF/*.RSA</exclude>
- </excludes>
- </filter>
- </filters>
</configuration>
<executions>
<execution>