summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api
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 /tenant-cd-api
parentf1b046dc29c91016d8f0ba65dbb18b49795d1bc0 (diff)
Include test bundles in image
Diffstat (limited to 'tenant-cd-api')
-rw-r--r--tenant-cd-api/CMakeLists.txt2
-rw-r--r--tenant-cd-api/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/tenant-cd-api/CMakeLists.txt b/tenant-cd-api/CMakeLists.txt
new file mode 100644
index 00000000000..971aa974aa2
--- /dev/null
+++ b/tenant-cd-api/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(tenant-cd-api)
diff --git a/tenant-cd-api/pom.xml b/tenant-cd-api/pom.xml
index b19d42d094f..23e5f3ec3f4 100644
--- a/tenant-cd-api/pom.xml
+++ b/tenant-cd-api/pom.xml
@@ -57,9 +57,7 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
- <attachBundleArtifact>true</attachBundleArtifact>
- <bundleClassifierName>deploy</bundleClassifierName>
- <useCommonAssemblyIds>false</useCommonAssemblyIds>
+ <useCommonAssemblyIds>true</useCommonAssemblyIds>
</configuration>
</plugin>
<plugin>