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!