aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-07-02 23:16:00 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-07-02 23:16:00 +0200
commit674590e338f89d1b891171572d8ef91b6e023d2c (patch)
tree53633939610ceb0e09cbc731b5825131fadc9c34 /hosted-tenant-base
parent5ea9ab0b823b7bf634f07e89ad900cefc301d1e2 (diff)
Store test bundle under 'components/' in application-test.zip
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 03466255362..0e8da685872 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -255,7 +255,7 @@
</goals>
<configuration>
<tasks>
- <copy file="target/${project.artifactId}-tests.jar" todir="target/application-test/artifacts/" />
+ <copy file="target/${project.artifactId}-tests.jar" todir="target/application-test/components/" />
<zip destfile="target/application-test.zip" basedir="target/application-test/" />
</tasks>
</configuration>