summaryrefslogtreecommitdiffstats
path: root/container-di
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-05-14 17:57:54 +0200
committergjoranv <gv@verizonmedia.com>2019-05-14 17:57:54 +0200
commiteacd7b82a54cacd8e16d6794221b6748429f1e65 (patch)
treec6774c62103fea1f8dc6137de850ffd950202318 /container-di
parentec7316d87a0acbdfd8eacf6e57ce3535cde176b9 (diff)
Package container-di as a bundle
- Necessary for bundle-plugin to generate Import-Package for its packages when used as a provided dependency.
Diffstat (limited to 'container-di')
-rw-r--r--container-di/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/container-di/pom.xml b/container-di/pom.xml
index d4f97dced40..de1b34cbcad 100644
--- a/container-di/pom.xml
+++ b/container-di/pom.xml
@@ -13,7 +13,7 @@
</parent>
<artifactId>container-di</artifactId>
<version>7-SNAPSHOT</version>
- <packaging>jar</packaging>
+ <packaging>container-plugin</packaging>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -85,6 +85,11 @@
<plugins>
<plugin>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
+ <plugin>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>config-class-plugin</artifactId>
<version>${project.version}</version>
<executions>