/asdf-maven

A version manager for the Maven thing. forked just because had problem to import

Primary LanguageShellMIT LicenseMIT

asdf-maven

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/skotchpine/asdf-maven

and install new versions like this:

asdf install maven 3.5.0

and switch versions like this:

asdf global maven 3.5.0

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