aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-11-24 16:37:43 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-11-24 16:37:43 +0100
commit3dbb860bf6da5701c9fe3fff6bccf8a3eb876db8 (patch)
treef3396f0f1edaf1ec44f61282ecd2dc21c261e3c7 /hosted-tenant-base
parent67ea18c1dca8e096f5a3c00f075c6835fc80624f (diff)
Controller creates artifacts directory now
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 66b8cb56443..4f3e5e88d37 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -265,9 +265,6 @@
</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>