mirror of https://github.com/apache/maven.git
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:
parent
c741ac6b14
commit
082d5857dc
|
@ -9,6 +9,9 @@ set PATH=%PATH%;%M2_HOME%\bin
|
||||||
or
|
or
|
||||||
export PATH=$PATH:$M2_HOME/bin
|
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,
|
You can set the parameters passed to the Java VM when running Maven2 bootstrap,
|
||||||
setting the environment variable MAVEN_OPTS, e.g.
|
setting the environment variable MAVEN_OPTS, e.g.
|
||||||
e.g. to run in offline mode, set MAVEN_OPTS=-o
|
e.g. to run in offline mode, set MAVEN_OPTS=-o
|
||||||
|
|
Loading…
Reference in New Issue