You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@bigtop.apache.org by Benson Margulies <bi...@gmail.com> on 2017/09/08 17:57:03 UTC

Getting ivy to talk to a proxy/cache for Maven repos in a bigtop build

I'm trying to set up a bigtop build such that all access to maven
repos is routed through a local proxy/cache, as I'd do for maven
builds with `mirrorOf *`.

I see how to get Gradle and Maven, but for the ant/ivy components,
it's not as simple as just dropping a file in the home dir.

Has anyone else solved this?