bazeltools / bazel-deps

Generate bazel dependencies for maven artifacts
MIT License
250 stars 122 forks source link

Ignore POM defined repositories during Aether resolution #237

Closed guw closed 5 years ago

guw commented 5 years ago

Configure Aether to not use repositories definied in pom.xml for dependency resolution of transitives. This prevents Aether from reaching out to external repos which might be blocked by corporate firewall.

Signed-off-by: Gunnar Wagenknecht gwagenknecht@salesforce.com

guw commented 5 years ago

I'm behind a corporate firewall and was wondering why Aether still insisted on going out to Maven Central. This solved it for me.