[MNG-547]. Add comment on M2_HOME.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@208716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-07-01 05:10:46 +00:00
parent cfc55f7a52
commit befeeae29c
1 changed files with 8 additions and 0 deletions

View File

@ -69,6 +69,14 @@ m2-bootstrap-all.bat
First, the code will be built, then using the new installation the plugins will be rebuilt and installed in the
local repository. Finally, a set of integration tests will run.
Note that it isn't necessary to have a previous version (alpha-X...) of maven 2 installed before bootstrap.
For bootstrap (exclusive possibility):
* M2_HOME is set to a directory that doesn't exist (if it exists, remove it)!
* M2_HOME directory contains a valid installation of m2 (ie $M2_HOME/bin/m2.conf or %M2_HOME%\bin\m2.conf exists).
If you have any problems or get any failures during the run, please report them to the
{{{/mail-lists.html} Maven Developers List}}.