regression: line ending setting is not honoured
-----------------------------------------------
Key: MASSEMBLY-284
URL: http://jira.codehaus.org/browse/MASSEMBLY-284
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Affects Versions: 2.2-beta-2
Reporter: Brett Porter
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira