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/11/21 19:47:17 UTC

[GitHub] [maven-wrapper-plugin] hboutemy commented on pull request #5: [MWRAPPER-16] PoC call mvn(.cmd) script from mvnw(.cmd)

hboutemy commented on pull request #5:
URL: https://github.com/apache/maven-wrapper-plugin/pull/5#issuecomment-974882805


   uh, strange, I don't have any issue here on my Linux box when launching ` mvn clean install && mvn org.apache.maven.plugins:maven-wrapper-plugin:3.0.3-SNAPSHOT:wrapper -Dtype=bin -DmavenVersion=3.6.3 && ./mvnw -v`
   I get the expected result:
   
   ```
   Now, mvnw script should call /home/herve/.m2/wrapper/dists/apache-maven-3.6.3-bin/apache-maven-3.6.3/bin/mvn
   mvnw will call /home/herve/.m2/wrapper/dists/apache-maven-3.6.3-bin/*/bin/mvn
   Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
   Maven home: /home/herve/.m2/wrapper/dists/apache-maven-3.6.3-bin/apache-maven-3.6.3
   ```
   
   first message comes from wrapper.jar, that does not launch Maven but display where Maven is available
   second message comes from mvnw script, before launching mvn script
   and of course, next ones are from Maven


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