rules_jvm_external
rules_jvm_external copied to clipboard
Add support for snapshotted Maven artifacts
Artifacts with snapshots follow a different naming scheme than non-snapshoted ones. For snapshotted artifacts, the version component in the URL is the generic *-SNAPSHOT name, whereas the version component in the file name is the specific version number.
Fixes #901.
Note that the conflict in the prebuilt tool is expected, because this PR is based off 5.3 and not main. I don't think you'll want to trust the artifact I built anyway, so I can remove it from the PR when the rest of it is reviewed.
Hi folks, any update on this?
Facing same issue with 6.0, any chance this change will get into 6.1?