diff options
author | Kanagaraj M <mkr1481@gmail.com> | 2019-08-02 14:21:46 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-08-05 19:49:34 +0530 |
commit | b9d85a33892c99949aff8e3471eb0fdc039d44aa (patch) | |
tree | f645a7ebee0ae7035eef9d04588f8403dad17dbc /deployment | |
parent | b100c49fbd130e4fe58ce82f1e5f765f13917703 (diff) |
Add integration support
Issue-ID: CLI-169
Change-Id: I816a1dbb2241e52e533411dcae26dfbf1c39e2d6
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/zip/pom.xml | 13 |
1 files changed, 9 insertions, 4 deletions
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: |