aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tenant-base/pom.xml')
-rw-r--r--tenant-base/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 806fdc662d1..189a7c5ef7d 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -314,26 +314,6 @@
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.7</version>
- <executions>
- <execution>
- <id>Create target dir</id>
- <phase>generate-sources</phase>
- <configuration>
- <tasks>
- <mkdir dir="${project.build.directory}/application"/>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespa-application-maven-plugin</artifactId>
<version>${vespaversion}</version>