summaryrefslogtreecommitdiffstats
path: root/component
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-02 23:44:59 +0200
committergjoranv <gv@verizonmedia.com>2021-04-02 23:44:59 +0200
commitc23936c08384e74f0c2fa7f364396eb65d570d0c (patch)
tree44c74e4881a10b4f55fe3da14de81fa972d610e6 /component
parentf58eab8f0e73901420c00912c8483387817a7b9f (diff)
Package component and container-core as jar, not container-plugin.
- component is now embedded in container-disc, and container-core always was.
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>