This is an automated email from the ASF dual-hosted git repository.
cstamas 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 111b8a6b Document installation instructions for MacPorts (#1039)
111b8a6b is described below
commit 111b8a6bfa7add38b34a7a11777531ffc077f8a3
Author: Nils Breunese <[email protected]>
AuthorDate: Thu Jun 20 10:08:20 2024 +0200
Document installation instructions for MacPorts (#1039)
Document how to install the [mvnd
port](https://ports.macports.org/port/mvnd/) from MacPorts. (I'm the maintainer
of the port.)
---
README.adoc | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.adoc b/README.adoc
index 6d7a961f..e4de2973 100644
--- a/README.adoc
+++ b/README.adoc
@@ -66,10 +66,16 @@ sense. With SDKMAN!, the `~/.m2/mvnd.properties` file is
typically not needed at
$ brew install mvndaemon/homebrew-mvnd/mvnd
----
+=== Install using https://www.macports.org[MacPorts]
+
+[source,shell]
+----
+$ sudo port install mvnd
+----
+
=== Other installers
-We're looking for contribution to support https://www.macports.org[MacPorts],
-https://community.chocolatey.org/packages/mvndaemon/[Chocolatey],
https://scoop.sh/[Scoop] or
+We're looking for contribution to support
https://community.chocolatey.org/packages/mvndaemon/[Chocolatey],
https://scoop.sh/[Scoop] or
https://github.com/joschi/asdf-mvnd#install[asdf]. If you fancy helping us...
////