I have two projects. One produces a zip file containing its built jars and the other is dependent on the first (among other things). When the second needs to build, it needs that zip unpacked and those jars all put in a directory somewhere. How is this done?
>From what I've read it sounds like I could use the packager resolver. However how do I specify my dependencies in ivy.xml? Am I dependent on the one zip or the individual jars in the zip? -- View this message in context: http://www.nabble.com/Dependency-on-Zip-of-Jars-tp20717536p20717536.html Sent from the ivy-user mailing list archive at Nabble.com.
