Created
June 11, 2018 10:43
-
-
Save thomasdebruyne/e2193cdabc9a6d8ebbff305cd5cca1ea to your computer and use it in GitHub Desktop.
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
| # 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