summaryrefslogtreecommitdiffstats
path: root/defaults/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'defaults/pom.xml')
-rw-r--r--defaults/pom.xml19
1 files changed, 11 insertions, 8 deletions
diff --git a/defaults/pom.xml b/defaults/pom.xml
index 4a5299e1782..925232d42ec 100644
--- a/defaults/pom.xml
+++ b/defaults/pom.xml
@@ -50,17 +50,20 @@
<build>
<plugins>
<plugin>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>bundle-plugin</artifactId>
- <extensions>true</extensions>
- </plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <bundleType>CORE</bundleType>
+ </configuration>
+ </plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>