rules_jvm_external icon indicating copy to clipboard operation
rules_jvm_external copied to clipboard

Ivy repo support

Open khogeland opened this issue 3 years ago • 6 comments

Coursier supports Ivy repo patterns, and this almost works out-of-the-box with these rules, but I ran into one place that needs special handling.

khogeland avatar Feb 01 '21 23:02 khogeland

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

google-cla[bot] avatar Feb 01 '21 23:02 google-cla[bot]

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

googlebot avatar Feb 01 '21 23:02 googlebot

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

googlebot avatar Feb 01 '21 23:02 googlebot

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

google-cla[bot] avatar Feb 01 '21 23:02 google-cla[bot]

Thank you for your PR! Please add tests to demonstrate that this works with the features we have in rules_jvm_external today, especially with integration tests (see the root WORKSPACE file).

jin avatar Feb 02 '21 05:02 jin

@jin I added a test to verify maven_install will resolve Ivy artifacts and their dependencies, is that sufficient? I'm not sure what features you're referring to.

khogeland avatar Apr 05 '21 20:04 khogeland