Skip to content

Instantly share code, notes, and snippets.

@luoph
Forked from SQiShER/UpdateEnvironmentPlist.sh
Created November 23, 2015 07:27
Show Gist options
  • Select an option

  • Save luoph/254921a351241b015f25 to your computer and use it in GitHub Desktop.

Select an option

Save luoph/254921a351241b015f25 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
export M2=`brew --prefix maven`/libexec/bin
export M2_HOME=`brew --prefix maven`/libexec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment