aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-03-03 15:06:08 +0100
committerArnstein Ressem <aressem@verizonmedia.com>2021-03-03 15:06:08 +0100
commitb76b02ffa3290d2a399fbf52eb06b936764532c0 (patch)
tree1feae12ecc3da5ec69e8a25157d8899ba80c7b6e /vespa-http-client
parente9478a84149e989d506a702955d824cc3aa985e0 (diff)
Deploy the vespa-http-client with dependencies.
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index 496b8043abb..19161e720ba 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -191,6 +191,28 @@
</execution>
</executions>
</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>jar-with-dependencies</classifier>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>