Skip to content

Instantly share code, notes, and snippets.

@pedrofsn
Created July 15, 2016 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedrofsn/88959c03b8ed627ffa371ae227ba1f9a to your computer and use it in GitHub Desktop.
Save pedrofsn/88959c03b8ed627ffa371ae227ba1f9a to your computer and use it in GitHub Desktop.
set M2_HOME= C:\Program Files\apache-maven-3.0.4
set PATH=%PATH%;%M2_HOME%\bin
set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_04
set PATH=%PATH%;%JAVA_HOME%\bin
cmd.exe
mvn -version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment