From b9d85a33892c99949aff8e3471eb0fdc039d44aa Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Fri, 2 Aug 2019 14:21:46 +0530 Subject: Add integration support Issue-ID: CLI-169 Change-Id: I816a1dbb2241e52e533411dcae26dfbf1c39e2d6 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/zip/pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'deployment') diff --git a/deployment/zip/pom.xml b/deployment/zip/pom.xml index cb34efe1..6af31ca3 100644 --- a/deployment/zip/pom.xml +++ b/deployment/zip/pom.xml @@ -102,16 +102,21 @@ fileset(dir: "${project.build.directory}/../../../grpc/target/lib/") } + ant.copy(todir: "${deployUnzip}/conf") { + fileset(dir: + "${project.build.directory}/../../../products/target/conf/") + fileset(dir: + "${project.build.directory}/../../../profiles/target/conf/") fileset(file: - "${basedir}/src/main/release/conf/open-cli.properties") + "${basedir}/src/main/release/conf/*.properties") } ant.copy(todir: - "${deployUnzip}/conf") { - fileset(file: - "${basedir}/src/main/release/conf/log4j.properties") + "${deployUnzip}/script") { + fileset(dir: + "${project.build.directory}/../../../products/target/script/") } ant.copy(todir: -- cgit 1.2.3-korg