Created
March 6, 2011 04:50
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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