summaryrefslogtreecommitdiffstats
path: root/container/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container/pom.xml')
-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>