Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Auto Closed
-
2.7
-
None
-
None
Description
It would nice having an option or however to be able to convert line endings via filtering etc. like in maven-assembly-plugin descriptor:
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")
The keep should be the default to keep compatibility with earlier versions.