This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new a843689f Update README.adoc to warn about non-standard defaults on 
homebrew cask recipe (#1390)
a843689f is described below

commit a843689f7593117d3b12884e9e7cdc2eb370bcdf
Author: Paulo Chang <[email protected]>
AuthorDate: Fri Nov 28 11:08:47 2025 +0100

    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 <[email protected]>
---
 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]
 

Reply via email to