You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/05/18 18:37:08 UTC

[maven-mvnd] branch master updated: Add asdf install method (#652)

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 fd2710f  Add asdf install method (#652)
fd2710f is described below

commit fd2710f0ffefe366889a62b226774f613d573231
Author: Matt Nelson <ma...@users.noreply.github.com>
AuthorDate: Wed May 18 13:37:03 2022 -0500

    Add asdf install method (#652)
    
    * Add asdf install method
    * No need for the git repository url
    
    Co-authored-by: Jochen Schalanda <jo...@schalanda.name>
    Co-authored-by: Guillaume Nodet <gn...@gmail.com>
    Co-authored-by: Jochen Schalanda <jo...@schalanda.name>
---
 README.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.adoc b/README.adoc
index afa8586..c9fb39b 100644
--- a/README.adoc
+++ b/README.adoc
@@ -87,6 +87,15 @@ $ choco install mvndaemon
 $ scoop install mvndaemon
 ----
 
+=== Install using https://github.com/joschi/asdf-mvnd#install[asdf]
+
+[source,shell]
+----
+$ asdf plugin-add mvnd
+$ asdf install mvnd latest
+----
+
+
 === Set up completion
 
 Optionally, you can set up completion as follows: