summaryrefslogtreecommitdiffstats
path: root/docker-api
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-02-28 20:51:45 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-02-28 21:01:37 +0100
commitc3876380dce141c3b21b1575bcc5264f6cc92169 (patch)
treef87dbf07408f6589f94f8b389fee3dae98591416 /docker-api
parenta814b598a28ebeae8d20dea5e027f0fa7aa6eee8 (diff)
Sync cmake install with vespa-node-admin.spec and
vespa-standalone-container.spec.
Diffstat (limited to 'docker-api')
-rw-r--r--docker-api/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/docker-api/CMakeLists.txt b/docker-api/CMakeLists.txt
index 1288c624890..edcdcfb5bfc 100644
--- a/docker-api/CMakeLists.txt
+++ b/docker-api/CMakeLists.txt
@@ -1,4 +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(docker-api)
-install(DIRECTORY DESTINATION conf/node-admin-app/components)
-install_symlink(lib/jars/docker-api-jar-with-dependencies.jar conf/node-admin-app/components/docker-api.jar)
+install(FILES target/docker-api-jar-with-dependencies.jar DESTINATION conf/node-admin-app/components)