summaryrefslogtreecommitdiffstats
path: root/docker-api
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-12-03 15:09:01 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-12-03 15:15:44 +0100
commit0d0e15c23e22a849666e7c12a5a0b79d1e701c57 (patch)
tree064786ed0a3b4834f964cfd33ac70d7256f00f16 /docker-api
parentfec2553bc3dc96382e4cb4cd9e7da9e567a1023f (diff)
Wire in install of docker-api jars.
Diffstat (limited to 'docker-api')
-rw-r--r--docker-api/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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)