Re: ivy:retrieve dependencies that do not belong to specific conf(s)

2015-05-27 Thread Zac Jacobson
If you rearrange your extends attributes on your conf elements, You can achieve what I think you’re asking. runtime compile extends runtime provided extends runtime test extends provided You would indicate that the org.myapp dependencies are in the runtime configuration. Here, when you

ivy:retrieve dependencies that do not belong to specific conf(s)

2015-05-27 Thread Jaikiran Pai
I'm using 2.4.0 of Ivy. I'm trying to ivy:retrieve a bunch of dependencies which _do not_ belong to a specific configuration. Here's what the ivy.xml looks like: ?xml version=1.0 encoding=UTF-8? ivy-module version=2.0 info organisation=myfoo.org module=hello revision=0.0.1-SNAPSHOT/