summaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner
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 /vespa-osgi-testrunner
parentf1b046dc29c91016d8f0ba65dbb18b49795d1bc0 (diff)
Include test bundles in image
Diffstat (limited to 'vespa-osgi-testrunner')
-rw-r--r--vespa-osgi-testrunner/CMakeLists.txt2
-rw-r--r--vespa-osgi-testrunner/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/vespa-osgi-testrunner/CMakeLists.txt b/vespa-osgi-testrunner/CMakeLists.txt
new file mode 100644
index 00000000000..58aba186710
--- /dev/null
+++ b/vespa-osgi-testrunner/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(vespa-osgi-testrunner)
diff --git a/vespa-osgi-testrunner/pom.xml b/vespa-osgi-testrunner/pom.xml
index 5ed9f75c9eb..62ea578f14f 100644
--- a/vespa-osgi-testrunner/pom.xml
+++ b/vespa-osgi-testrunner/pom.xml
@@ -79,9 +79,7 @@
<version>${project.version}</version>
<extensions>true</extensions>
<configuration>
- <attachBundleArtifact>true</attachBundleArtifact>
- <bundleClassifierName>deploy</bundleClassifierName>
- <useCommonAssemblyIds>false</useCommonAssemblyIds>
+ <useCommonAssemblyIds>true</useCommonAssemblyIds>
</configuration>
</plugin>
<plugin>