summaryrefslogtreecommitdiffstats
path: root/docker-api
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-25 12:21:29 +0200
committergjoranv <gv@oath.com>2018-07-25 12:21:29 +0200
commitd8b18cc19a94585eca1144f3dbde3ebe92e3f322 (patch)
tree83f77d8ae66495b37174eefe32d1b0c4d0f29448 /docker-api
parent51784648ba35a2b6765ee755d0cbf18180372dd9 (diff)
Use new feature in bundle-plugin to attach bundle to artifact.
Diffstat (limited to 'docker-api')
-rw-r--r--docker-api/pom.xml26
1 files changed, 3 insertions, 23 deletions
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index 6118865a6e0..87761a17f70 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -128,31 +128,11 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <attachBundleToArtifact>true</attachBundleToArtifact>
+ </configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-artifacts</id>
- <phase>package</phase>
- <goals>
- <goal>attach-artifact</goal>
- </goals>
- <configuration>
- <artifacts>
- <artifact>
- <file>target/${project.artifactId}-jar-with-dependencies.jar</file>
- <type>jar</type>
- <classifier>bundle</classifier>
- </artifact>
- </artifacts>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>