bazel-contrib / rules_jvm_external

Bazel rules to resolve, fetch and export Maven artifacts
Apache License 2.0
337 stars 256 forks source link

Fix the `alias` generated when using `bzlmod` and the `maven` resolver #1249

Closed shs96c closed 2 months ago

shs96c commented 2 months ago

This always assumed that the repo with the default name was visible but what we actually need is the canonical repo name.

SanjayVas commented 2 months ago

Does this fix #1205?

shs96c commented 2 months ago

I believe to does.