aboutsummaryrefslogtreecommitdiffstats
path: root/defaults
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-05-25 14:53:25 +0200
committergjoranv <gv@yahooinc.com>2023-05-25 14:53:25 +0200
commit5341e60a1f0fb0c47ad45b92f7e9622c3a9612da (patch)
tree1c69ecdb26d09dadf7938644c7d419be4a243417 /defaults
parent5f1b9a5f27353083e44477e635243f632acf1f41 (diff)
Add bundle type to all CORE bundles.
Diffstat (limited to 'defaults')
-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>