Hi, I'm working on a build script to do some installation stuff. I have a module that has a dependency on ivy itself which I'm grabbing with an inline retrieve.
I'm wondering how to specify this since ivy's ivy.xml is inside of the jar itself and not in any repository. I'm guessing I'm going to have to take the ivy.xml from the jar and put it in my shared repository so my other module can find it, correct? Thanks, - Jonathan