summaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2018-09-20 08:43:55 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2018-09-20 08:43:55 +0200
commit44ea1ad4771a7eb3a6a02fd6e3031a6b3736f291 (patch)
tree7a8f8f49b8171715db41ebb8cedfb16861012a0f /tenant-base
parentf8c982d634a04922decf2610b1e8aec10a7e1b61 (diff)
Replace plugin used for a single mkdir with mkdirs in dependent
Diffstat (limited to 'tenant-base')
-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>