Maven not found in Mac OSX mavericks
问题 After upgrading my Mac OSX 10.8 to 10.9, Maven not found in the /usr/share path but its installed in 10.8. when I try this command: $ maven -version got this result -bash: mvn: command not found but it worked fine on 10.8? Any idea? 回答1: Maven is not installed any more by default on Mac OS X 10.9. You need to install it yourself, for example using Homebrew. 回答2: if you don't want to install homebrew (or any other package manager) just for installing maven, you can grab the binary from their