aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-09-19 11:41:31 +0200
committerHarald Musum <musum@verizonmedia.com>2019-09-19 11:41:31 +0200
commitb07973411b930ade7a0a8a490c395b953b36c2fa (patch)
treed460afa117c07717b1788bdfa91f392326908dfa /zookeeper-command-line-client
parent4746c714d1a59e69a75bc328cb52b540445fa04f (diff)
Rename jar file to be the same as module name
Diffstat (limited to 'zookeeper-command-line-client')
-rw-r--r--zookeeper-command-line-client/CMakeLists.txt2
-rw-r--r--zookeeper-command-line-client/pom.xml1
2 files changed, 1 insertions, 2 deletions
diff --git a/zookeeper-command-line-client/CMakeLists.txt b/zookeeper-command-line-client/CMakeLists.txt
index ca16314b802..bbcffeff392 100644
--- a/zookeeper-command-line-client/CMakeLists.txt
+++ b/zookeeper-command-line-client/CMakeLists.txt
@@ -1,2 +1,2 @@
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install_fat_java_artifact(vespa-zookeeper-command-line-client)
+install_fat_java_artifact(zookeeper-command-line-client)
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index eb1cdab4fd5..1633f14e6dc 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -26,7 +26,6 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
- <finalName>vespa-zookeeper-command-line-client</finalName>
<archive>
<manifest>
<mainClass>org.apache.zookeeper.ZooKeeperMain</mainClass>