You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by GitBox <gi...@apache.org> on 2021/10/25 18:27:41 UTC

[GitHub] [maven-wrapper-plugin] rfscholte commented on a change in pull request #2: unpack wrapper distribution

rfscholte commented on a change in pull request #2:
URL: https://github.com/apache/maven-wrapper-plugin/pull/2#discussion_r735855180



##########
File path: src/main/java/org/apache/maven/plugins/wrapper/WrapperMojo.java
##########
@@ -128,7 +128,7 @@ public void execute() throws MojoExecutionException, MojoFailureException
         Artifact artifact;
         try
         {
-            artifact = downloadWrapper( wrapperVersion );
+            artifact = downloadWrapperDitribution( wrapperVersion );

Review comment:
       typo, misses an S




-- 
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: dev-unsubscribe@maven.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org