cstamas commented on code in PR #659:
URL: https://github.com/apache/maven-resolver/pull/659#discussion_r1969496415
##########
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultArtifactPredicateFactory.java:
##########
@@ -51,7 +51,7 @@ public final class DefaultArtifactPredicateFactory implements
ArtifactPredicateF
public static final String CONFIG_PROP_OMIT_CHECKSUMS_FOR_EXTENSIONS =
CONFIG_PROPS_PREFIX + "omitChecksumsForExtensions";
- public static final String DEFAULT_OMIT_CHECKSUMS_FOR_EXTENSIONS =
".asc,.sigstore";
+ public static final String DEFAULT_OMIT_CHECKSUMS_FOR_EXTENSIONS =
".asc,.sigstore.json";
Review Comment:
Just like in referenced GPG PR, I'd leave both: `.sigstore` and
`.sigstore.json`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]