summaryrefslogtreecommitdiffstats
path: root/vespa-athenz/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-02-22 15:06:42 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-02-22 15:06:42 +0100
commitd9efbaabcb2c0a216e9024984118288698c4898e (patch)
tree18769f7c90d28203bd91e167605600f81b3047a4 /vespa-athenz/pom.xml
parent1d7c8ac1089206344cd8ef42dfaade2b9dc220b5 (diff)
Use 'jar-with-dependencies' suffix for bundle filename
Diffstat (limited to 'vespa-athenz/pom.xml')
-rw-r--r--vespa-athenz/pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 5312594472f..14146829d39 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -110,9 +110,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
- <configuration>
- <useCommonAssemblyIds>false</useCommonAssemblyIds>
- </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -127,7 +124,7 @@
<configuration>
<artifacts>
<artifact>
- <file>target/${project.artifactId}-deploy.jar</file>
+ <file>target/${project.artifactId}-jar-with-dependencies.jar</file>
<type>jar</type>
<classifier>deploy</classifier>
</artifact>