From c74f7b13b573386e70c10721fc391624ee792ed6 Mon Sep 17 00:00:00 2001 From: michaere Date: Mon, 5 Mar 2018 16:33:32 +0000 Subject: Port champ-microservice project restructure Includes project restructure and introduction of a parent pom. The original source folder and core functionality is now held within champ-lib, with champ-service forming the ajsc microservice from which it injects champ-lib core functionality. Issue-ID: AAI-813 Change-Id: I2ce0c4a70e485665276e7955572de23969deb706 Signed-off-by: michaere --- .../src/main/assemble/ajsc_runtime_assembly.xml | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 champ-service/src/main/assemble/ajsc_runtime_assembly.xml (limited to 'champ-service/src/main/assemble/ajsc_runtime_assembly.xml') diff --git a/champ-service/src/main/assemble/ajsc_runtime_assembly.xml b/champ-service/src/main/assemble/ajsc_runtime_assembly.xml new file mode 100644 index 0000000..e37d366 --- /dev/null +++ b/champ-service/src/main/assemble/ajsc_runtime_assembly.xml @@ -0,0 +1,44 @@ + + runtimeEnvironment + false + + zip + + + + ${project.basedir}/target/versioned-runtime/context/ + runtime/context/ + + *.context + + + + ${project.basedir}/target/versioned-runtime/serviceProperties/ + runtime/serviceProperties/ + + *.props + + + ${project.basedir}/target/versioned-runtime/shiroRole + runtime/shiroRole/ + + *.json + + + ${project.basedir}/target/versioned-runtime/shiroUser + runtime/shiroUser/ + + *.json + + + ${project.basedir}/target/versioned-runtime/shiroUserRole + runtime/shiroUserRole + + *.json + + + + \ No newline at end of file -- cgit 1.2.3-korg