gnodet commented on code in PR #1390: URL: https://github.com/apache/maven-mvnd/pull/1390#discussion_r2571039930
########## README.adoc: ########## @@ -66,7 +66,7 @@ sense. With SDKMAN!, the `~/.m2/mvnd.properties` file is typically not needed at brew install mvndaemon/homebrew-mvnd/mvnd ---- -Note: There are two formulae: the `mvnd` that install latest, and `mvnd@1` that installs 1.x line. +Note: There are two formulae. Contrary to the recommendation by the [homebrew cask standards](https://docs.brew.sh/Acceptable-Casks#beta-unstable-development-nightly-or-legacy), the `mvnd` installs the preview 2.x version , and `mvnd@1` installs the stable 1.x version. Review Comment: ```suggestion Note: There are two formulae. The `mvnd` installs the preview 2.x version (embedding Maven 4.0.x), and `mvnd@1` installs the stable 1.x version (embedding Maven 3.9.x). ``` -- 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]
