Skip to content

Instantly share code, notes, and snippets.

@eyalgo
Created February 28, 2014 23:10
Show Gist options
  • Save eyalgo/9281936 to your computer and use it in GitHub Desktop.
Save eyalgo/9281936 to your computer and use it in GitHub Desktop.
Small settings file for maven to be loaded (M2_HOME and M2)
# /etc/profile.d/maven-settings.sh Maven related stuff
export M2_HOME=/usr/local/apache-maven/apache-maven-3.2.1
export M2=$M2_HOME/bin
export PATH=$M2:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment