kwin commented on issue #1217:
URL: 
https://github.com/apache/maven-site-plugin/issues/1217#issuecomment-3938680425

   Within Maven Core the following code evaluates the server settings and 
translates them to Resolve properties: 
https://github.com/apache/maven/blob/71bd10f28c50a915a68cf04a18fe083655a6a833/impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java#L241.
 Resolver then internally configures Wagon via 
https://github.com/apache/maven-resolver/blob/8457466c60bad78a04e1f3e5615545eea4c89a4d/maven-resolver-transport-wagon/src/main/java/org/eclipse/aether/transport/wagon/WagonTransporter.java#L277.
   
   Something similar would need to be done by m-site-p (maybe leveraging 
resolver's 
[`WagonConfiigurator`](https://github.com/apache/maven-resolver/blob/8457466c60bad78a04e1f3e5615545eea4c89a4d/maven-resolver-transport-wagon/src/main/java/org/eclipse/aether/transport/wagon/WagonConfigurator.java#L26).


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