summaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2022-01-05 12:41:31 +0100
committerHåkon Hallingstad <hakon@yahooinc.com>2022-01-05 12:41:31 +0100
commite2bbb126c1e82d406aa5a9d3df4dffef1b8325f7 (patch)
treea2ab1e0c00916d1b453c5d065c7597f5fe499961 /node-admin
parentadb0c7bbce2d18a9aea568c651a1e6c2c84ebe5a (diff)
Add application-model-jar-with-dependencies.jar to node-admin components'
Diffstat (limited to 'node-admin')
-rw-r--r--node-admin/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/node-admin/CMakeLists.txt b/node-admin/CMakeLists.txt
index 3e0cec54132..1110cd5de24 100644
--- a/node-admin/CMakeLists.txt
+++ b/node-admin/CMakeLists.txt
@@ -1,6 +1,7 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install(DIRECTORY DESTINATION logs/vespa/node-admin)
install(FILES target/node-admin-jar-with-dependencies.jar DESTINATION conf/node-admin-app/components)
+install_symlink(lib/jars/application-model-jar-with-dependencies.jar conf/node-admin-app/components/application-model.jar)
install_symlink(lib/jars/flags-jar-with-dependencies.jar conf/node-admin-app/components/flags-jar-with-dependencies.jar)
install(FILES src/main/application/services.xml DESTINATION conf/node-admin-app)
install(PROGRAMS src/main/sh/node-admin.sh DESTINATION libexec/vespa)