cstamas commented on code in PR #12338:
URL: https://github.com/apache/maven/pull/12338#discussion_r3453414334


##########
impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java:
##########
@@ -312,7 +312,9 @@ public SessionBuilder 
newRepositorySessionBuilder(MavenExecutionRequest request)
         Object transport =
                 mergedProps.getOrDefault(Constants.MAVEN_RESOLVER_TRANSPORT, 
MAVEN_RESOLVER_TRANSPORT_DEFAULT);
         if (MAVEN_RESOLVER_TRANSPORT_DEFAULT.equals(transport)) {
-            // The "default" mode (user did not set anything) from now on 
defaults to AUTO
+            // Default transport is Apache HTTP client; JDK transport 
available via -Dmaven.resolver.transport=jdk

Review Comment:
   This is wrong. You just removed jdk transport, so it is not available via....



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

Reply via email to