aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-java
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient-java')
-rw-r--r--vespaclient-java/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient-java/pom.xml b/vespaclient-java/pom.xml
index 6cfac47482f..a7ac908279b 100644
--- a/vespaclient-java/pom.xml
+++ b/vespaclient-java/pom.xml
@@ -87,7 +87,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
- <finalName>${artifactId}-jar-with-dependencies</finalName>
+ <finalName>${project.artifactId}-jar-with-dependencies</finalName>
<filters>
<filter>
<!-- Don't include signature files in uber jar (most likely from bouncycastle). -->