Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Duplicate
-
2.2-beta-2
-
None
-
None
-
None
Description
I generated the assemblies for a project using both 2.1 and 2.2-beta-2 and found that the version in 2.2 did not respect windows line ending settings:
<fileSet>
<directory>target/assembly/work/maven-core-bin/maven/bin</directory>
<outputDirectory>maven/bin</outputDirectory>
<includes>
<include>*/.bat</include>
</includes>
<fileMode>0755</fileMode>
<lineEnding>dos</lineEnding>
</fileSet>
They came out as the platform default
Attachments
Issue Links
- duplicates
-
MASSEMBLY-237 lineEnding ignored in a child project
- Closed
dupe of
MASSEMBLY-237. This has been verified as fixed by the modification forMASSEMBLY-293.