Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2-beta-1
-
None
-
None
-
Windows Vista
Description
I have a parent project and a child project. The child project builds an assembly composed of text files.
<fileSet>
<outputDirectory>bin</outputDirectory>
<directory>src/main/bin</directory>
<lineEnding>unix</lineEnding>
<includes>
<include>*.sh</include>
</includes>
</fileSet>
When I build the assembly from the child project , maven adds unix endings, but when I build it from the parent project, lineEnding is being ignored.
Attachments
Attachments
Issue Links
- is duplicated by
-
MASSEMBLY-284 regression: line ending setting is not honoured
- Closed