[
https://issues.apache.org/jira/browse/IVY-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Perry updated IVY-1610:
----------------------------
Description:
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.
> Invalid collision should not error retrieve
> -------------------------------------------
>
> Key: IVY-1610
> URL: https://issues.apache.org/jira/browse/IVY-1610
> Project: Ivy
> Issue Type: Bug
> Reporter: Greg Perry
> Priority: Major
>
> 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)