summaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml24
1 files changed, 7 insertions, 17 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 6a6ea3b77a3..8d54fe53f46 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -304,23 +304,6 @@
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>
</profile>
- <profile>
- <id>default-build</id> <!-- Delays resolution of bundle plugin to where Maven has the repos from child projects? -->
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>bundle-plugin</artifactId>
- <version>${vespaversion}</version>
- <extensions>true</extensions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
</profiles>
<build>
@@ -440,6 +423,13 @@
</plugin>
<plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>bundle-plugin</artifactId>
+ <version>${vespaversion}</version>
+ <extensions>true</extensions>
+ </plugin>
+
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>