aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
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 c2981d3d936..ef1d3978a81 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -340,8 +340,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>1.8</version>
+ <version>${maven-antrun-plugin.vespa.version}</version>
<executions>
<execution>
<id>attach-artifact</id>
@@ -350,7 +349,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-->
@@ -372,7 +371,7 @@
</copy>
<zip destfile="target/application-test.zip" basedir="target/application-test/" />
- </tasks>
+ </target>
</configuration>
</execution>
</executions>