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

Assembly is duplicating dependecies in the output

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2
    • 2.5, 2.5.1
    • moduleSet
    • None

    Description

      When I have an assembly descriptor that contains 2 modules that both have the same dependencies, those dependencies are duplicated instead of skipped/overwritten in the target zip file. This is very similiar to MASSEMBLY-285, but is a problem on the dependencies and not the modules themselves. This is only a problem when

          <moduleSet>
            <includes>
              <include>aaa:aaaa</include>
              <include>aaa:bbbb</include>
            </includes>
            <binaries>
              <includeDependencies>true</includeDependencies>
              <unpack>false</unpack>
              <outputDirectory>lib</outputDirectory>
            </binaries>
          </moduleSet>
      

      Attachments

        1. assembly-test-mulit-project.zip
          6 kB
          Ronald Sigmund

        Activity

          People

            krosenvold Kristian Rosenvold
            xandrewrampulla@gmail.com Andrew Rampulla
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: