aboutsummaryrefslogtreecommitdiffstats
path: root/component
diff options
context:
space:
mode:
Diffstat (limited to 'component')
-rwxr-xr-xcomponent/pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/component/pom.xml b/component/pom.xml
index 75b07643c7e..4d7b716445a 100755
--- a/component/pom.xml
+++ b/component/pom.xml
@@ -12,7 +12,7 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>component</artifactId>
- <packaging>container-plugin</packaging>
+ <packaging>jar</packaging>
<version>7-SNAPSHOT</version>
<dependencies>
<dependency>
@@ -59,11 +59,6 @@
<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>