Add scope support for trusted checksums by cstamas · Pull Request #1543 · apache/maven-resolver

@cstamas

Currently TC operated on all resolved artifacts, but this may
not be what user wants. Add scope support with two values
for now: "all" (as before, everything resolved is validated)
or "project" (only project dependencies are validated).

@cstamas cstamas marked this pull request as ready for review

August 11, 2025 12:06

slawekjaranowski