Skip to content

Instantly share code, notes, and snippets.

@thomasdebruyne
Created June 11, 2018 10:43
Show Gist options
  • Select an option

  • Save thomasdebruyne/e2193cdabc9a6d8ebbff305cd5cca1ea to your computer and use it in GitHub Desktop.

Select an option

Save thomasdebruyne/e2193cdabc9a6d8ebbff305cd5cca1ea to your computer and use it in GitHub Desktop.
# Apache Maven Environment Variables
# MAVEN_HOME for Maven 1 - M2_HOME for Maven 2
export M2_HOME=/usr/local/src/apache-maven
export PATH=${M2_HOME}/bin:${PATH}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment