Created
May 9, 2014 03:19
-
-
Save mkocikowski/59971a1bcf207628134c to your computer and use it in GitHub Desktop.
.bash_profile for maven and jdk 7 mavericks
This file contains hidden or 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
export M2_HOME=/usr/local/share/apache-maven-3.2.1 | |
export PATH=$PATH:$M2_HOME/bin | |
export JAVA_HOME=`/usr/libexec/java_home -v 1.7` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment