mirror of https://github.com/apache/maven.git
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:
parent
52d376bf7f
commit
a4615e50bc
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue