You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Julius Davies (JIRA)" <ji...@codehaus.org> on 2015/02/19 20:09:17 UTC

[jira] (MDEP-478) dependency:copy-dependencies always overwrites if is true

Julius Davies created MDEP-478:
----------------------------------

             Summary: 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
         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)