fix assembly settings for bin files

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-19 08:03:36 +00:00
parent 52d376bf7f
commit a4615e50bc
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
<fileSet>
<directory>src/main/bash</directory>
<outputDirectory>/</outputDirectory>
<lineEnding>unix</lineEnding>
<fileMode>0755</fileMode>
</fileSet>
<fileSet>
<!-- TODO: use expressions instead: ${project.build.directory}, ${project.build.finalName}, or have a <build /> tag to include the built artifact -->