summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-15 13:41:47 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-15 13:41:50 +0200
commit167906a7dc8db4914efc2c07c6ff879bfa0134f0 (patch)
treeb45aa53aec651a50209245c2fe540d47ac209946 /vespa-feed-client-cli/CMakeLists.txt
parent062427cbeacac0f2850558976da56a7789983b62 (diff)
JAR with default classifier is no longer a fatjar
Install and refer to 'jar-with-dependencies' artifact in wrapper script
Diffstat (limited to 'vespa-feed-client-cli/CMakeLists.txt')
-rw-r--r--vespa-feed-client-cli/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespa-feed-client-cli/CMakeLists.txt b/vespa-feed-client-cli/CMakeLists.txt
index 3967c135d1c..1d4966ac4a2 100644
--- a/vespa-feed-client-cli/CMakeLists.txt
+++ b/vespa-feed-client-cli/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install_java_artifact(vespa-feed-client-cli)
+install_fat_java_artifact(vespa-feed-client-cli)
vespa_install_script(src/main/sh/vespa-feed-client.sh vespa-feed-client bin)
install(FILES src/main/resources/logging.properties DESTINATION conf/vespa-feed-client)