mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
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:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user