summaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-01 00:58:32 +0200
committergjoranv <gv@yahooinc.com>2023-07-03 22:37:54 +0200
commit4f01fade9a94cb4a9c9743eb002ad736febe41e1 (patch)
tree292545ddee17533c65d20330a9ae7a037370abce /container
parent9e5b33ba18795bc13e65e6c533be3dfab2a18d73 (diff)
Use new bundle-plugin mojo to generate manifest header for provided deps.
Diffstat (limited to 'container')
-rw-r--r--container/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/container/pom.xml b/container/pom.xml
index c796d32ff0a..3d4fab05091 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -80,6 +80,18 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>bundle-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>generate-provided-artifact-manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>