#edit with nano ~/.profile

export M2_HOME=~chrisnewland/maven
export ANT_HOME=~chrisnewland/ant
export JAVA_HOME=`/usr/libexec/java_home`
export PATH=$M2_HOME/bin:$ANT_HOME/bin:$JAVA_HOME/bin:$PATH

#apply with source ~/.profile