Skip to content

Instantly share code, notes, and snippets.

@frdmn
Created November 20, 2013 11:48
Show Gist options
  • Save frdmn/7561917 to your computer and use it in GitHub Desktop.
Save frdmn/7561917 to your computer and use it in GitHub Desktop.
Install maven3 on OS X 10.9+ via homebrew formula
# In case you run 10.9, there is no maven3 on board by default, and "brew install maven" will fail, so here's a workaround:
brew install https://raw.github.com/Homebrew/homebrew-versions/master/maven30.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment