Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

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

(warning) Windows: append string to the end of the Path system variable

...