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


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

        

Reply via email to