Skip to content

Instantly share code, notes, and snippets.

@mmoss
Created March 6, 2011 04:50
Show Gist options
  • Save mmoss/857041 to your computer and use it in GitHub Desktop.
Save mmoss/857041 to your computer and use it in GitHub Desktop.
Create or edit ~/.MacOSX/environment.plist to fix issues with applications finding M2_HOME and M2 when installing Maven 3 via homebrew.
{
M2_HOME = "/usr/local/Cellar/maven/3.0.3/libexec";
M2 = "/usr/local/Cellar/maven/3.0.3/libexec/bin";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment