Getting Maven 3.1.1 on a Mac
September 10, 2016
There’s a whole bunch of different versions available. Easiest way is to use brew using this formula https://github.com/Homebrew/homebrew-versions/blob/master/maven31.rb
The command to run on terminal would be
brew install https://raw.githubusercontent.com/Homebrew/homebrew-versions/master/maven31.rb
And tada! You have Maven 3.1.1 installed!
Related article:
Note: This article was original written by me in my Wordpress blog. I’m currently trying to move all articles here.