Uploaded image for project: 'Maven Resources Plugin'
  1. Maven Resources Plugin
  2. MRESOURCES-179

Convert lineEndings Options

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Auto Closed
    • 2.7
    • None
    • filtering
    • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            khmarbaise Karl Heinz Marbaise
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: