summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-29 09:59:51 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-29 09:59:51 +0200
commit6335740f850dcb4e2e134495637fb9818b3db329 (patch)
tree186d81e60049531418faa3f87d253e1a904733ef /hosted-tenant-base
parent602356f7a684144603f6ca0640249c7f682be356 (diff)
Deduplicate
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 7757fb8e0b7..4a3784497b2 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -333,8 +333,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <!-- TODO: fix configuration to allow 3.x of maven-antrun-plugin -->
- <version>3.1.0</version>
+ <version>${maven-antrun-plugin.vespa.version}</version>
<executions>
<execution>
<id>attach-artifact</id>
@@ -343,7 +342,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<!-- Workaround to copy src/test/application/tests only when its parents exists:
Copy in two steps, eliminating the parents in the helper step-->
@@ -365,7 +364,7 @@
</copy>
<zip destfile="target/application-test.zip" basedir="target/application-test/" />
- </tasks>
+ </target>
</configuration>
</execution>
</executions>