Skip to content

Instantly share code, notes, and snippets.

@vanpeerdevelopment
Last active January 1, 2016 07:49
Show Gist options
  • Save vanpeerdevelopment/8114123 to your computer and use it in GitHub Desktop.
Save vanpeerdevelopment/8114123 to your computer and use it in GitHub Desktop.
Example setup of maven environment variables.
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