Missing artifacts on double (all direct and specific artifact by way of
transitive) dependency to lib
-----------------------------------------------------------------------------------------------------
Key: IVY-577
URL: https://issues.apache.org/jira/browse/IVY-577
Project: Ivy
Issue Type: Bug
Components: Core
Affects Versions: 1.4.1
Reporter: Johannes Stamminger
setup:
libA with artifact X and Y
module1 depending on X of libA
module 2 depending on module1 and on libA completely (specified by <dependency
name="libA"/> in dependencies section)
Only X of libA is resolved for module2 though I would have expected X and Y.
Workaround: for module2 specify dependency with <dependency
name="libA"><artifact name="X"/><artifact name="Y"/></dependency>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.