mvnvm should allow for manual version switching

Issue #5 wontfix
Issac Gerges created an issue

similar to rvm, it may be useful to write a secondary bash script, mvnvm that allow manual switching of the default maven version. Syntax might look something like

mvnvm use 2.1.0

which could simply add a line to

~/.mvnvm.default.properties

when a version isn't defined, mvnvm would fall back to this version (instead of harcoding 3.0.5)

Comments (3)

  1. mjensenbitbucket-bot repo owner

    Yes that's a great idea. You might want to use this command to set the user or project defaults, allowing the command to write to the local properties file or the user's.

  2. Log in to comment