cstamas commented on PR #1304:
URL: https://github.com/apache/maven/pull/1304#issuecomment-1812161662
@jaredstehler I'd like to propose to have this PR superseded by
"onSessionClose" that contains a bunch of maven+resolver improvements, for
example this one (contains your change but exposed
slawekjaranowski commented on code in PR #1304:
URL: https://github.com/apache/maven/pull/1304#discussion_r1393839606
##
maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java:
##
@@ -373,6 +375,12 @@ public DefaultRepositorySystemSe
jaredstehler opened a new pull request, #1304:
URL: https://github.com/apache/maven/pull/1304
This adds a mechanism for setting a strict artifact descriptor policy, via a
boolean config property: `aether.artifactDescriptorPolicy.strict`.
Following this checklist to help us incorpo