aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-cd-api
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2020-06-16 15:13:18 +0200
committerGitHub <noreply@github.com>2020-06-16 15:13:18 +0200
commitecd4e0c09f20733f177fcd90c6f986f0202d1e96 (patch)
tree31fa0d60820bb5b728e8143db09f6c0fea3a61b9 /tenant-cd-api
parent7978260ae5332027d0524f57dcef4b12978840a2 (diff)
parent4935ed0bc74df8089e779b92d4e1834240227737 (diff)
Merge pull request #13606 from vespa-engine/bjorncs/cloud-tenant-cd
Bjorncs/cloud tenant cd
Diffstat (limited to 'tenant-cd-api')
-rw-r--r--tenant-cd-api/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tenant-cd-api/pom.xml b/tenant-cd-api/pom.xml
index 130041726d4..6f6ebba7699 100644
--- a/tenant-cd-api/pom.xml
+++ b/tenant-cd-api/pom.xml
@@ -50,6 +50,11 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <attachBundleArtifact>true</attachBundleArtifact>
+ <bundleClassifierName>deploy</bundleClassifierName>
+ <useCommonAssemblyIds>false</useCommonAssemblyIds>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>