Uploaded image for project: 'Maven Assembly Plugin'
  1. Maven Assembly Plugin
  2. MASSEMBLY-284

regression: line ending setting is not honoured

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Duplicate
    • 2.2-beta-2
    • None
    • None
    • None

    Description

      I generated the assemblies for a project using both 2.1 and 2.2-beta-2 and found that the version in 2.2 did not respect windows line ending settings:
      <fileSet>
      <directory>target/assembly/work/maven-core-bin/maven/bin</directory>
      <outputDirectory>maven/bin</outputDirectory>
      <includes>
      <include>*/.bat</include>
      </includes>
      <fileMode>0755</fileMode>
      <lineEnding>dos</lineEnding>
      </fileSet>

      They came out as the platform default

      Attachments

        Issue Links

          Activity

            People

              jdcasey John Dennis Casey
              brett Brett Porter
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: