changes.mady.by.user Former user
Saved on Jun 06, 2010
Saved on Apr 12, 2011
...
Variable
Unix/Mac
Windows
MAVEN_HOME
export MAVEN_HOME=/opt/maven/apache-maven-2.02.101
set MAVEN_HOME=C:\apache-maven-2.02.101
PATH
export PATH=$PATH:$MAVEN_HOME/bin
;C:\apache-maven-2.02.101\bin
Windows: append string to the end of the Path system variable
Path