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.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index b565e1004e9..faf8b4295e7 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -200,12 +200,14 @@
<plugin>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>vespa-application-maven-plugin</artifactId>
+ <artifactId>vespa-maven-plugin</artifactId>
<version>${vespaversion}</version>
<executions>
<execution>
+ <id>generate-test-descriptor</id>
+ <phase>prepare-package</phase>
<goals>
- <goal>packageApplication</goal>
+ <goal>generateTestDescriptor</goal>
</goals>
</execution>
</executions>
@@ -213,8 +215,15 @@
<plugin>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>vespa-maven-plugin</artifactId>
+ <artifactId>vespa-application-maven-plugin</artifactId>
<version>${vespaversion}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>packageApplication</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>