[ https://jira.codehaus.org/browse/MDEP-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Karl-Heinz Marbaise updated MDEP-478: ------------------------------------- Fix Version/s: 2.10.1 > dependency:copy-dependencies always overwrites if <prependGroupId> is true > -------------------------------------------------------------------------- > > Key: MDEP-478 > URL: https://jira.codehaus.org/browse/MDEP-478 > Project: Maven Dependency Plugin > Issue Type: Bug > Components: copy, copy-dependencies > Affects Versions: 2.10 > Reporter: Julius Davies > Priority: Minor > Fix For: 2.10.1 > > Attachments: copy-dependencies-2015-02-19.patch > > > dependency:copy-dependencies always overwrites if <prependGroupId> is true. > Before my patch: > {code} > [INFO] Copying > /home/julius/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar > to /ear/APP-INF/lib/commons-codec.commons-codec-1.6.jar > {code} > After my patch: > {code} > [INFO] commons-codec:commons-codec:jar:1.6 already exists in destination. > {code} > I suspect this patch might also fix MDEP-294, MDEP-444 and MDEP-458. -- This message was sent by Atlassian JIRA (v6.1.6#6162)