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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/zip/pom.xml b/deployment/zip/pom.xml
index eb214e42..f6f9d1b8 100644
--- a/deployment/zip/pom.xml
+++ b/deployment/zip/pom.xml
@@ -90,6 +90,12 @@
}
ant.copy(todir:
+ "${deployUnzip}/conf") {
+ fileset(file:
+ "${project.build.directory}/../../../framework/src/main/resources/log4j.properties")
+ }
+
+ ant.copy(todir:
"${deployUnzip}/docs") {
fileset(file:
"${project.build.directory}/../../../README.md")