From 0d0e15c23e22a849666e7c12a5a0b79d1e701c57 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Tue, 3 Dec 2019 15:09:01 +0100 Subject: Wire in install of docker-api jars. --- docker-api/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docker-api/CMakeLists.txt (limited to 'docker-api/CMakeLists.txt') diff --git a/docker-api/CMakeLists.txt b/docker-api/CMakeLists.txt new file mode 100644 index 00000000000..1288c624890 --- /dev/null +++ b/docker-api/CMakeLists.txt @@ -0,0 +1,4 @@ +# 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) -- cgit v1.2.3