Karl-Heinz Marbaise created MRESOURCES-179: ----------------------------------------------
Summary: Convert lineEndings Options Key: MRESOURCES-179 URL: https://jira.codehaus.org/browse/MRESOURCES-179 Project: Maven Resources Plugin Issue Type: New Feature Components: filtering Affects Versions: 2.7 Reporter: Karl-Heinz Marbaise Priority: Minor It would nice having an option or however to be able to convert line endings via filtering etc. like in maven-assembly-plugin descriptor: {code} Sets the line-endings of the files in this fileSet. Valid values: "keep" - Preserve all line endings "unix" - Use Unix-style line endings (i.e. "\n") "lf" - Use a single line-feed line endings (i.e. "\n") "dos" - Use DOS-/Windows-style line endings (i.e. "\r\n") "windows" - Use DOS-/Windows-style line endings (i.e. "\r\n") "crlf" - Use carriage-return, line-feed line endings (i.e. "\r\n") {code} The keep should be the default to keep compatibility with earlier versions. -- This message was sent by Atlassian JIRA (v6.1.6#6162)