summaryrefslogtreecommitdiffstats
path: root/component/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'component/pom.xml')
-rwxr-xr-xcomponent/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/component/pom.xml b/component/pom.xml
index 4d7b716445a..75b07643c7e 100755
--- a/component/pom.xml
+++ b/component/pom.xml
@@ -12,7 +12,7 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>component</artifactId>
- <packaging>jar</packaging>
+ <packaging>container-plugin</packaging>
<version>7-SNAPSHOT</version>
<dependencies>
<dependency>
@@ -59,6 +59,11 @@
<build>
<plugins>
<plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>