aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-12-23 17:35:06 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2012-12-23 17:35:06 +0100
commit8e64eff782aa9d695afc6ee92f4f428c33ec8d23 (patch)
tree8dca8f7b424046e261ce2d82b6fd0f251fc15a1c /pom.xml
parentee505cf229d193a011c2564733bff102404291ab (diff)
downloadesper-testing-8e64eff782aa9d695afc6ee92f4f428c33ec8d23.tar.gz
esper-testing-8e64eff782aa9d695afc6ee92f4f428c33ec8d23.tar.bz2
esper-testing-8e64eff782aa9d695afc6ee92f4f428c33ec8d23.tar.xz
esper-testing-8e64eff782aa9d695afc6ee92f4f428c33ec8d23.zip
o Moving config.properties to etc/ to make it more app.sh compatible.
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>