Skip to content

Instantly share code, notes, and snippets.

@AesSedai101
Created April 28, 2014 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AesSedai101/4817ef02ddd9d3e52990 to your computer and use it in GitHub Desktop.
Save AesSedai101/4817ef02ddd9d3e52990 to your computer and use it in GitHub Desktop.
Windows cmd script to switch maven versions
@echo off
rmdir maven
set version=apache-maven-%1
echo Setting maven version to %version%
mklink /D maven %version%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment