Skip to content

Instantly share code, notes, and snippets.

View niallmccullagh's full-sized avatar

Niall McCullagh niallmccullagh

View GitHub Profile
@SQiShER
SQiShER / UpdateEnvironmentPlist.sh
Created May 17, 2012 16:46
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