aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index adb8e12..8547498 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,20 @@
<assembly>
<copyDirectory>
<from>target/appassembler</from>
+ <to>root</to>
</copyDirectory>
+ <setAttributes>
+ <includes>
+ <include>root/bin/*</include>
+ <include>scripts/*</include>
+ </includes>
+ <excludes>
+ <exclude>root/bin/*.bat</exclude>
+ </excludes>
+ <fileAttributes>
+ <mode>0755</mode>
+ </fileAttributes>
+ </setAttributes>
</assembly>
</configuration>
</execution>