bazeltools / bazel-deps

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

Download jars into third party directory #243

Open shs96c opened 5 years ago

shs96c commented 5 years ago

It is sometimes desirable to check the downloaded jars into the tree, rather than to download them at build time (particularly when LFS support is enabled for a project). It would be helpful to have an option to download the jars (and source jars) to the third party directory rather than the cache directory.