using fileSet -> lineEnding will always put the selected lineEnding at the end 
of the file, even if the original file does not end in one
-----------------------------------------------------------------------------------------------------------------------------------------

         Key: MASSEMBLY-96
         URL: http://jira.codehaus.org/browse/MASSEMBLY-96
     Project: Maven 2.x Assembly Plugin
        Type: Bug

    Versions: 2.1    
    Reporter: Edwin Punzalan


example

Original File:
{code}
first line\r\n
second line
{code}

New File:
{code}
first line\n
second line\n
{code}

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