I have the preview version of Apples OS X Mavericks installed and got an error when trying to run maven:
-bash: mvn: command not found
This was little bit confusing because normally maven is pre-installed in OS X but “the world’s most advanced desktop operating system” comes without maven – at least in this preview version.
But Homebrew is our friend and makes it easy to install it:
brew install maven
and after that I got Apache Maven 3.0.5 installed and running on my system.
The post mvn: command not found in OS X Mavericks appeared first on Happy Coding Journal.