aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2019-12-03 22:32:54 +0100
committerGitHub <noreply@github.com>2019-12-03 22:32:54 +0100
commit648a31c9103a0871993ef88cf17052425712e2f1 (patch)
tree2e8153b28b987386afa23504681e138f6b38b7e0
parent7483129768fd18318c53f1c015a745e33d6465da (diff)
parent0d0e15c23e22a849666e7c12a5a0b79d1e701c57 (diff)
Merge pull request #11488 from vespa-engine/toregge/wire-in-install-of-docker-api-jars
Wire in install of docker-api jars.
-rw-r--r--CMakeLists.txt1
-rw-r--r--docker-api/CMakeLists.txt4
2 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f04856ffd29..c71589efaca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,6 +56,7 @@ add_subdirectory(clustercontroller-apputil)
add_subdirectory(clustercontroller-utils)
add_subdirectory(clustercontroller-core)
add_subdirectory(defaults)
+add_subdirectory(docker-api)
add_subdirectory(docproc)
add_subdirectory(docprocs)
add_subdirectory(document)
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)