summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-http-client/pom.xml')
-rw-r--r--vespa-http-client/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index c4f7fd95ffd..0448b2b862b 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -169,7 +169,8 @@
<goal>shade</goal>
</goals>
<configuration>
- <outputFile>target/${project.artifactId}-jar-with-dependencies.jar</outputFile>
+ <finalName>${project.artifactId}-jar-with-dependencies</finalName>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.yahoo.vespa.http.client.runner.Runner</mainClass>