bowenliang123 commented on issue #714:
URL: https://github.com/apache/maven-mvnd/issues/714#issuecomment-1501291802

   Hi, I would like to highlight some points in `mvnd` action used in 
apache/kyuubi's build 
script(https://github.com/apache/kyuubi/blob/master/build/mvnd) and ci workflow 
(https://github.com/apache/kyuubi/blob/master/.github/actions/setup-mvnd/action.yaml).
   1. the versions of mvn and mvnd are checked in runtime by scripts to make 
sure the embeded maven version is the same as mvn used solely (bump maven and 
mvnd at the same time)
   2. use maven properties to manage versions of mvn and mvnd, rather than 
mannually set alone
   3. with 1 and 2, the mvn and mvnd can be used on CI builds and local machines
   4. run `mvn -v` in the installing step to activate the mvnd daemon for 
faster startup response for later build steps
   5. already updated to maven 3.9.1 and mvnd 1.0.0-m6
   


-- 
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: issues-unsubscr...@maven.apache.org

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

Reply via email to