[
https://issues.apache.org/jira/browse/IVY-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gintas Grigelionis updated IVY-1610:
------------------------------------
Fix Version/s: (was: master)
2.5.0-rc1
> Invalid collision should not error retrieve
> -------------------------------------------
>
> Key: IVY-1610
> URL: https://issues.apache.org/jira/browse/IVY-1610
> Project: Ivy
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.5.0-rc1
> Reporter: Greg Perry
> Assignee: Jaikiran Pai
> Priority: Major
> Fix For: 2.5.0-rc1
>
> Attachments: ivy.xml
>
>
> I get the following master branch:
> *Multiple artifacts of the module com.google.protobuf#protobuf-java;3.4.0 are
> retrieved to the same file! Update the retrieve pattern to fix this error*
> The retrieve pattern I am using is :
> *[originalname].[ext]*
> within my Ivy.xml file I'm not directly pulling in the dependency of
> protobuf, so its coming in as a transitive (probably twice or even 3 times)
> I suspect 2 transitives are using the same library and the retrieve is upset
> because it will be overwriting it.
> If 2 or more transitives have the same groupId, artifactId, and versionId,
> they effectively "are" the same file - so retrieve should not error out.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)