summaryrefslogtreecommitdiffstats
path: root/node-repository
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2017-09-27 15:12:41 +0200
committerGitHub <noreply@github.com>2017-09-27 15:12:41 +0200
commitbddfb09ab6c2a3504291eca7b74fa0e9d29f79ed (patch)
tree9d15d825285f473758722feff18fdb868861030b /node-repository
parent34dcac22b79b0e0bce4a3e4108fd2cb99555ddc1 (diff)
parent613533f971ebcc4c4f23618439fd28bfc3c2a38b (diff)
Merge pull request #3554 from vespa-engine/aressem/remove-post-install-script
Aressem/remove post install script
Diffstat (limited to 'node-repository')
-rw-r--r--node-repository/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/node-repository/CMakeLists.txt b/node-repository/CMakeLists.txt
new file mode 100644
index 00000000000..24a8f7e4177
--- /dev/null
+++ b/node-repository/CMakeLists.txt
@@ -0,0 +1,5 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install_fat_java_artifact(node-repository)
+
+install(FILES src/main/config/node-repository.xml
+ DESTINATION conf/configserver-app)