Update README.adoc to warn about non-standard defaults on homebrew cask recipe (#1390)

The homebrew cask recipe installs the maven demon 2.x by default, which expects maven 4 to be installed. This updates the readme to warn future users that they will likely need to use the `mvnd@1` alternative.

Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
This commit is contained in:
Paulo Chang
2025-11-28 11:08:47 +01:00
committed by GitHub
parent ea7c648707
commit a843689f75

View File

@@ -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: `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).
=== Install using https://www.macports.org[MacPorts]