aboutsummaryrefslogtreecommitdiffstats
path: root/cloud-tenant-cd
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2020-06-23 09:22:18 +0200
committerMorten Tokle <mortent@verizonmedia.com>2020-06-23 14:19:51 +0200
commita559b97e1199fa82f250aa3cc6ea3506bd49020f (patch)
tree20a1f635a7d2ea92d571858910f1d8049a179378 /cloud-tenant-cd
parentf1b046dc29c91016d8f0ba65dbb18b49795d1bc0 (diff)
Include test bundles in image
Diffstat (limited to 'cloud-tenant-cd')
-rw-r--r--cloud-tenant-cd/CMakeLists.txt2
-rw-r--r--cloud-tenant-cd/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/cloud-tenant-cd/CMakeLists.txt b/cloud-tenant-cd/CMakeLists.txt
new file mode 100644
index 00000000000..2d30b9c4611
--- /dev/null
+++ b/cloud-tenant-cd/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_fat_java_artifact(cloud-tenant-cd)
diff --git a/cloud-tenant-cd/pom.xml b/cloud-tenant-cd/pom.xml
index c771e2dd1c3..b4670e6e83f 100644
--- a/cloud-tenant-cd/pom.xml
+++ b/cloud-tenant-cd/pom.xml
@@ -78,9 +78,7 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
- <attachBundleArtifact>true</attachBundleArtifact>
- <bundleClassifierName>deploy</bundleClassifierName>
- <useCommonAssemblyIds>false</useCommonAssemblyIds>
+ <useCommonAssemblyIds>true</useCommonAssemblyIds>
</configuration>
</plugin>
<plugin>