add extra note about bootstrap

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@442802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2006-09-13 02:48:48 +00:00
parent c741ac6b14
commit 082d5857dc
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ set PATH=%PATH%;%M2_HOME%\bin
or
export PATH=$PATH:$M2_HOME/bin
In addition, the last part of the M2_HOME path MUST be of the form maven-$version, eg:
/usr/local/maven-2.1-SNAPSHOT
You can set the parameters passed to the Java VM when running Maven2 bootstrap,
setting the environment variable MAVEN_OPTS, e.g.
e.g. to run in offline mode, set MAVEN_OPTS=-o