jaredstehler commented on code in PR #1304:
URL: https://github.com/apache/maven/pull/1304#discussion_r1394321352


##########
maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java:
##########
@@ -373,6 +375,12 @@ public DefaultRepositorySystemSession 
newRepositorySession(MavenExecutionRequest
                     session.getRepositoryListener(), new 
ReverseTreeRepositoryListener()));
         }
 
+        boolean strictDescriptorPolicy =
+                ConfigUtils.getBoolean(session, false, 
"aether.artifactDescriptorPolicy.strict");

Review Comment:
   i was just following conventions for setting aether / resolver properties 
from here: https://maven.apache.org/resolver/configuration.html
   



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to