Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ Note: There are two formulae: `mvnd` installs the preview 2.x version (embedding
sudo port install mvnd
----

=== Install using https://aquaproj.github.io/[aqua]

[source,shell]
----
Comment thread
slachiewicz marked this conversation as resolved.
$ aqua g -i apache/maven-mvnd

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried the above command and it gave me:

> aqua g -i apache/maven-mvnd
FATA[0000] aqua failed                                   env=darwin/arm64 error=configuration file isn't found program=aqua program_version=2.55.2

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess you just first need to run aqua init to have aqua.yaml in your home directory.
https://aquaproj.github.io/docs/tutorial

Comment thread
slachiewicz marked this conversation as resolved.
Outdated
----

=== Other installers

We're looking for contribution to support https://community.chocolatey.org/packages/mvndaemon/[Chocolatey], https://scoop.sh/[Scoop] or
Expand Down