summaryrefslogtreecommitdiffstats
path: root/container-search-and-docproc
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 /container-search-and-docproc
parent5f1b9a5f27353083e44477e635243f632acf1f41 (diff)
Add bundle type to all CORE bundles.
Diffstat (limited to 'container-search-and-docproc')
-rw-r--r--container-search-and-docproc/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/container-search-and-docproc/pom.xml b/container-search-and-docproc/pom.xml
index 470c1b1fa6f..71d547ecacd 100644
--- a/container-search-and-docproc/pom.xml
+++ b/container-search-and-docproc/pom.xml
@@ -229,6 +229,9 @@
<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>