For example, in your situation, Ivy will look at the "com.springsource.org.junit" moduledescriptor and will download the artifacts declared in there: http://repository.springsource.com/ivy/bundles/external/org.junit/com.springsource.org.junit/4.4.0/ivy-4.4.0.xml
Maarten ----- Original Message ---- From: Archie Cobbs <[email protected]> To: [email protected] Sent: Friday, March 27, 2009 2:38:22 AM Subject: Re: ivysettings resolver On Thu, Mar 26, 2009 at 4:29 PM, Andrey Fedorov <[email protected]> wrote: The artifacts and their extensions are defined by the module you are depending on. Since your dependency doesn't specify any configuration, you are getting all JAR artifacts. The reason you are getting JAR artifacts and not some other type is because "jar" is the default. Reading the docs for the <dependency> tag should help explain some of this a little better (hopefully). -Archie -- Archie L. Cobbs
