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

lineEnding ignored in a child project

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.2-beta-1
    • 2.2-beta-3
    • None
    • None
    • Windows Vista

    Description

      I have a parent project and a child project. The child project builds an assembly composed of text files.

      <fileSet>
      <outputDirectory>bin</outputDirectory>
      <directory>src/main/bin</directory>
      <lineEnding>unix</lineEnding>
      <includes>
      <include>*.sh</include>
      </includes>
      </fileSet>

      When I build the assembly from the child project , maven adds unix endings, but when I build it from the parent project, lineEnding is being ignored.

      Attachments

        1. test.zip
          3 kB
          Sergei Ivanov
        2. massembly-237.txt
          0.9 kB
          Petar Tahchiev

        Issue Links

          Activity

            People

              jdcasey John Dennis Casey
              tptodorov Todor Todorov
              Votes:
              3 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: