From a843689f7593117d3b12884e9e7cdc2eb370bcdf Mon Sep 17 00:00:00 2001 From: Paulo Chang Date: Fri, 28 Nov 2025 11:08:47 +0100 Subject: [PATCH] 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 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 1b7a0123..05cb4c28 100644 --- a/README.adoc +++ b/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: `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]