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 DefaultRepositorySystemSession 
newRepositorySession(MavenExecutionRequest
                     session.getRepositoryListener(), new 
ReverseTreeRepositoryListener()));
         }
 
+        boolean strictDescriptorPolicy =
+                ConfigUtils.getBoolean(session, false, 
"aether.artifactDescriptorPolicy.strict");

Review Comment:
   why not something like `maven....`  for this property?



-- 
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