aboutsummaryrefslogtreecommitdiffstats
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.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 0e8da685872..d453da74b74 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -255,6 +255,9 @@
</goals>
<configuration>
<tasks>
+ <!-- Creating a dummy file to support running tests with old test runner. Remove when it is no longer in use -->
+ <mkdir dir="target/application-test/artifacts" />
+ <touch file="target/application-test/artifacts/.ignore" />
<copy file="target/${project.artifactId}-tests.jar" todir="target/application-test/components/" />
<zip destfile="target/application-test.zip" basedir="target/application-test/" />
</tasks>