aboutsummaryrefslogtreecommitdiffstats
path: root/cloud-tenant-cd/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2020-06-22 13:08:22 +0200
committerMorten Tokle <mortent@verizonmedia.com>2020-06-22 13:08:22 +0200
commitb580bf96165691622f19e73d445f346fe29fe74f (patch)
treec6cefdb26711e83982d47520fc9b67e6de87dbe7 /cloud-tenant-cd/pom.xml
parente2dace4bc4f72e86a671664cb1b32eea48361cfb (diff)
Move configuration of test runtime to test invocation
Diffstat (limited to 'cloud-tenant-cd/pom.xml')
-rw-r--r--cloud-tenant-cd/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/cloud-tenant-cd/pom.xml b/cloud-tenant-cd/pom.xml
index 03730daceb8..c771e2dd1c3 100644
--- a/cloud-tenant-cd/pom.xml
+++ b/cloud-tenant-cd/pom.xml
@@ -72,19 +72,6 @@
</dependencies>
<build>
- <pluginManagement>
- <plugins>
- <plugin>
- <!-- TODO: Make config class plugin work with other packageprefix. Below does not work-->
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>config-class-plugin</artifactId>
- <version>${project.version}</version>
- <configuration>
- <packagePrefix>ai.vespa</packagePrefix>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
<plugins>
<plugin>
<groupId>com.yahoo.vespa</groupId>