I see. I think then that I have some more reading to do as I obviously was mistaken about what modules did.
thanks for the answers. mvg, Jasper On Tue, Mar 6, 2012 at 8:24 AM, marcdb <mdeb...@gmail.com> wrote: > > You can specify in your ivysettings the resolver that should be used for each > module. > For example: > <modules> > <module organisation="A" name="*" resolver="ibiblio-resolver" /> > <module organisation="B" name="*" resolver="jboss-resolver" /> > </modules> > > Regards, > Marc > > > M4N - Jasper Floor wrote: >> >> Hi, >> >> While I'm sure someone must've had my question in the past I cannot >> find any (satisfactory) answer. >> >> Basically I have a project in which the dependencies may come from >> different locations. Eventually everything will be handled by a >> private internal repository but for now I'm still using public ones. >> Also, I would like to be able to define them anyway just in case the >> internal repository gets blown up by terrorist mice taking revenge for >> their fallen comrades. >> >> To simplify, lets say I have two depencies, A and B. A can be found on >> the regular ibiblio repository while B can only be found on the Jboss >> Repository. >> So I need A to resolve from ibiblio and B to resolve from the jboss nexus. >> >> I could do this with a chained resolver except this feels messy to me. >> I know that A will never resolve from jboss and I know that B will >> never resolve from ibiblio. Is there anyway to link a dependency to a >> specific resolver? Or will it always have to go through a chain? >> >> thanks in advance. >> >> mvg, >> Jasper >> >> > -- > View this message in context: > http://old.nabble.com/resolve-different-dependencies-from-different-locations-tp33444280p33449101.html > Sent from the ivy-user mailing list archive at Nabble.com. >