asdf-maven

July 17, 2025 ยท View on GitHub

Maven plugin for the asdf version manager.

Install

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

asdf plugin add maven  https://github.com/halcyon/asdf-maven

and install new versions like this:

asdf install maven 3.5.4

and switch versions like this:

 asdf set -u 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