cstamas commented on code in PR #1233:
URL: 
https://github.com/apache/maven-site-plugin/pull/1233#discussion_r2880972422


##########
pom.xml:
##########
@@ -284,6 +284,14 @@ under the License.
       <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
+    <!-- reusing component to configure Wagon -->
+    <dependency>
+      <groupId>org.apache.maven.resolver</groupId>
+      <artifactId>maven-resolver-transport-wagon</artifactId>
+      <version>1.4.1</version>
+      <!-- version shipping with Maven 3.6.3-->
+      <scope>compile</scope>

Review Comment:
   > [@cstamas](https://github.com/cstamas) Do you remember what we have 
changed back them for Maven 3.9.x and Resolver 1.9.x/2.0.x?
   
   Nope, but Wagon transport works even today in Maven 3 and even in 4... so 
unsure what site dropped and why.



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