Skip to content

Instantly share code, notes, and snippets.

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 kellyrob99/7b19e5f31c89349ec54f94cb6dccc318 to your computer and use it in GitHub Desktop.
Save kellyrob99/7b19e5f31c89349ec54f94cb6dccc318 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