Skip to content

Instantly share code, notes, and snippets.

@mkocikowski
Created May 9, 2014 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkocikowski/59971a1bcf207628134c to your computer and use it in GitHub Desktop.
Save mkocikowski/59971a1bcf207628134c to your computer and use it in GitHub Desktop.
.bash_profile for maven and jdk 7 mavericks
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