Skip to content

Instantly share code, notes, and snippets.

@mayank-io
Forked from SQiShER/UpdateEnvironmentPlist.sh
Created February 1, 2017 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayank-io/9cc6842f59faac9b95fe7e8b9a957586 to your computer and use it in GitHub Desktop.
Save mayank-io/9cc6842f59faac9b95fe7e8b9a957586 to your computer and use it in GitHub Desktop.
Two simple commands to resolve problems with Maven installed via Homebrew
defaults write ~/.MacOSX/environment.plist M2_HOME `brew --prefix maven`/libexec
defaults write ~/.MacOSX/environment.plist M2 `brew --prefix maven`/libexec/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment