aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-08-24 12:17:06 +0200
committergjoranv <gv@oath.com>2018-08-24 12:17:22 +0200
commit3addf23dba055f54efdd86a4d0b7b1249362394e (patch)
tree949ad75327281229328b9488af869f9d8ad26eb1 /node-admin/pom.xml
parent00f3a221e9e8b896d4faae3499072a7529c5fd48 (diff)
Attach bundle jar to the build.
+ Remove unnecessary plugin declaration.
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 2f7b3109d38..0057b636548 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -133,10 +133,9 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <attachBundleToArtifact>true</attachBundleToArtifact>
+ </configuration>
</plugin>
</plugins>
</build>