summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hosted-tenant-base/pom.xml')
-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>