[
https://issues.apache.org/jira/browse/MRESOURCES-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRESOURCES-179.
-------------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> Convert lineEndings Options
> ---------------------------
>
> Key: MRESOURCES-179
> URL: https://issues.apache.org/jira/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
(v7.6.3#76005)