Hello all, I have a multi-project setup like this:
Project A publishs 5 artifacts Project B publishs 3 artifacts I would like to have a dependency in a way that Project B can publish its own artifacts plus the artifacts of Project A. In the future maybe Proj A publishs more artifacts, I don't want to declare the artifacts published by Proj A on the Ivy file of Proj B. I could have a Project C, that depends of project B, and when I execute <ivy:retrieve> on project C, Ivy downloads all the artifacts published by B (8 artifacts) Is there a way to do that? Regards, Jefferson