summaryrefslogtreecommitdiffstats
path: root/cloud-tenant-cd
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-16 15:10:04 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-16 15:10:04 +0200
commit4935ed0bc74df8089e779b92d4e1834240227737 (patch)
tree31fa0d60820bb5b728e8143db09f6c0fea3a61b9 /cloud-tenant-cd
parent7038118568aa63b575b1e7c368217aeef012a263 (diff)
Install bundle artifact to Maven repository
Diffstat (limited to 'cloud-tenant-cd')
-rw-r--r--cloud-tenant-cd/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cloud-tenant-cd/pom.xml b/cloud-tenant-cd/pom.xml
index 61edf7fd23c..b61e06eba04 100644
--- a/cloud-tenant-cd/pom.xml
+++ b/cloud-tenant-cd/pom.xml
@@ -59,6 +59,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>