aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/zip/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/zip/pom.xml')
-rw-r--r--deployment/zip/pom.xml13
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: