You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/05/17 14:33:01 UTC

[GitHub] [maven-mvnd] joschi commented on a diff in pull request #652: Add asdf install method

joschi commented on code in PR #652:
URL: https://github.com/apache/maven-mvnd/pull/652#discussion_r874894286


##########
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 https://github.com/joschi/asdf-mvnd

Review Comment:
   **suggestion:** Since the plugin is listed in the official asdf plugin directory at https://github.com/asdf-vm/asdf-plugins/, you don't need to add the Git repository.
   
   ```suggestion
   $ asdf plugin-add mvnd
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org