You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sergei Ivanov (JIRA)" <ji...@codehaus.org> on 2008/06/23 19:02:27 UTC

[jira] Updated: (MASSEMBLY-237) lineEnding ignored in a child project

     [ http://jira.codehaus.org/browse/MASSEMBLY-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergei Ivanov updated MASSEMBLY-237:
------------------------------------

    Attachment: test.zip

This is a test project I used to reproduce the problem.

> lineEnding ignored in a child project
> -------------------------------------
>
>                 Key: MASSEMBLY-237
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-237
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>         Environment: Windows Vista
>            Reporter: Todor Todorov
>            Priority: Minor
>         Attachments: test.zip
>
>
> 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. 

-- 
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