Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 904 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 904 Bytes

asdf-maven

Maven plugin for the asdf version manager.

Install

After installing asdf, you can add this plugin like this:

asdf plugin-add maven

and install new versions like this:

asdf install maven 3.5.4

and switch versions like this:

asdf global maven 3.5.4

Reading

Read the asdf readme for instructions on how to install and manage versions of any language.

If you have trouble with any expected features, have any feature requests or want to contribute, please do an issue.

Development