Friday, February 14, 2014

Where's Maven on Mavericks?

I just upgraded the OSX to Mavericks, and started to use it. And I don't regret, it's awesome!

But then, I typed a maven command, and got the command not found message. Looking for a basic solution, I found the Homebrew project on the web.

So, basically, two steps using Terminal:

1. Install Homebrew

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"

2. Install Maven

brew install maven

Done!