aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-08-24 14:09:25 +0200
committergjoranv <gv@oath.com>2018-08-24 14:09:25 +0200
commited1a7fcd7a71bf837d13f533aaeb6da554690b02 (patch)
treede7859a4560b7db8ffa5b762b9daffa2542b1bed /controller-server/pom.xml
parent4d6217a1a0f30c7bf4e27849d6d83e200af66441 (diff)
Configure bundle-plugin to attach bundle artifact.
Diffstat (limited to 'controller-server/pom.xml')
-rw-r--r--controller-server/pom.xml25
1 files changed, 2 insertions, 23 deletions
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index 06afd86684b..d9a25520985 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -216,6 +216,8 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<configuration>
+ <attachBundleToArtifact>true</attachBundleToArtifact>
+ <bundleClassifierName>deploy</bundleClassifierName>
<useCommonAssemblyIds>false</useCommonAssemblyIds>
<WebInfUrl>/WEB-INF/web.xml</WebInfUrl>
</configuration>
@@ -235,29 +237,6 @@
</compilerArgs>
</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}-deploy.jar</file>
- <type>jar</type>
- <classifier>deploy</classifier>
- </artifact>
- </artifacts>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>