rules_jvm_external icon indicating copy to clipboard operation
rules_jvm_external copied to clipboard

Add support for snapshotted Maven artifacts

Open jmmv opened this issue 1 year ago • 4 comments

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.

jmmv avatar Oct 10 '23 22:10 jmmv

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.

jmmv avatar Oct 11 '23 17:10 jmmv

Hi folks, any update on this?

tharakadesilva avatar Mar 07 '24 13:03 tharakadesilva

Facing same issue with 6.0, any chance this change will get into 6.1?

stepango avatar Apr 17 '24 01:04 stepango