summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-04-08 13:56:20 +0200
committerGitHub <noreply@github.com>2022-04-08 13:56:20 +0200
commitf2bbf271844651e5c4907b8be7e2f267b0e87c8d (patch)
tree0d33a6f132bb918b641f5a1f4bcb41316d0f166d /client
parent14dcd3abf7e08ed2fe41b4058739ab7a3fcfe878 (diff)
parentd3812063841b30457ce4e4eacf82d14b3ec2ed69 (diff)
Merge pull request #22052 from vespa-engine/maven-shade-plugin-config
Maven shade plugin config
Diffstat (limited to 'client')
-rw-r--r--client/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/pom.xml b/client/pom.xml
index ea33b9f3adf..190b0a4a73f 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -48,6 +48,7 @@
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<finalName>${project.artifactId}-jar-with-dependencies</finalName>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
<executions>
<execution>