[ 
https://jira.codehaus.org/browse/MASSEMBLY-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=355517#comment-355517
 ] 

Ronald Sigmund commented on MASSEMBLY-474:
------------------------------------------

Thank you, works with Version 2.5 as expected.

> Assembly is duplicating dependecies in the output 
> --------------------------------------------------
>
>                 Key: MASSEMBLY-474
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-474
>             Project: Maven Assembly Plugin
>          Issue Type: Bug
>          Components: moduleSet
>    Affects Versions: 2.2
>            Reporter: Andrew Rampulla
>            Assignee: Kristian Rosenvold
>             Fix For: 2.5, 2.5.1
>
>         Attachments: assembly-test-mulit-project.zip
>
>
> 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
> {code:xml}
>     <moduleSet>
>       <includes>
>         <include>aaa:aaaa</include>
>         <include>aaa:bbbb</include>
>       </includes>
>       <binaries>
>         <includeDependencies>true</includeDependencies>
>         <unpack>false</unpack>
>         <outputDirectory>lib</outputDirectory>
>       </binaries>
>     </moduleSet>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to