Search code examples
macososx-mountain-lionosx-mavericks

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?


Solution

  • Maven is not installed any more by default on Mac OS X 10.9. You need to install it yourself, for example using Homebrew.

    The command to install Maven using Homebrew is brew install maven