From 93f21932b93aff591ffebafca2d12f586e49a72b Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Sat, 2 Mar 2024 17:38:06 +0900 Subject: [PATCH 1/3] Add installation option with aqua to README --- README.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.adoc b/README.adoc index bea3c8aa6..9cf820310 100644 --- a/README.adoc +++ b/README.adoc @@ -66,6 +66,13 @@ sense. With SDKMAN!, the `~/.m2/mvnd.properties` file is typically not needed at $ brew install mvndaemon/homebrew-mvnd/mvnd ---- +=== Install using https://aquaproj.github.io/[aqua] + +[source,shell] +---- +$ aqua g -i apache/maven-mvnd +---- + === Other installers We're looking for contribution to support https://www.macports.org[MacPorts], From f2ea1ada786ec82a60bc3991893603ceca7a930a Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 1 Aug 2026 17:17:20 +0200 Subject: [PATCH 2/3] Update README.adoc Co-authored-by: Guillaume Nodet --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 21b9a74b2..6fcc9762c 100644 --- a/README.adoc +++ b/README.adoc @@ -79,7 +79,7 @@ sudo port install mvnd [source,shell] ---- -$ aqua g -i apache/maven-mvnd +aqua g -i apache/maven-mvnd ---- === Other installers From b1ed4fef82a08fdcca74eff5e3e911f9c7f805e1 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 1 Aug 2026 17:17:32 +0200 Subject: [PATCH 3/3] Update README.adoc Co-authored-by: Guillaume Nodet --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 6fcc9762c..2877ff6eb 100644 --- a/README.adoc +++ b/README.adoc @@ -78,7 +78,7 @@ sudo port install mvnd === Install using https://aquaproj.github.io/[aqua] [source,shell] ----- +aqua g -i apache/maven-mvnd aqua g -i apache/maven-mvnd ----