Last active
January 1, 2016 07:49
-
-
Save vanpeerdevelopment/8114123 to your computer and use it in GitHub Desktop.
Example setup of maven environment variables.
This file contains 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
REM It is assumed that Java and Maven are installed in C:\Development | |
SET JAVA_HOME=C:\Development\Java | |
SET M2_HOME=C:\Development\Maven | |
SET PATH=%M2_HOME%\bin;%PATH% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment