summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-08-02 10:48:55 +0200
committerjonmv <venstad@gmail.com>2022-08-02 10:48:55 +0200
commit6980735af2719db76a0430455daf09bd10768dfe (patch)
tree29a9737948eb1ed24e77b02e0cbe6c1464d983b6 /hosted-tenant-base
parentccd2818a152e44396f15cb399fe851f10c350368 (diff)
Copy user bundles to test package as well
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 8bc98cf0733..58ad178794b 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -340,6 +340,12 @@
<delete dir="target/application-test/src" />
<copy file="target/${project.artifactId}-tests.jar" todir="target/application-test/components/" />
+
+ <!-- Copy any additional application bundles to the test package -->
+ <copy todir="target/application-test/components">
+ <fileset dir="target/application/components" includes="*.jar" excludes="${project.artifactId}-deploy.jar" />
+ </copy>
+
<zip destfile="target/application-test.zip" basedir="target/application-test/" />
</tasks>
</configuration>