From befeeae29cc0204fe302b0f8ca255d0c5e675bd7 Mon Sep 17 00:00:00 2001 From: Emmanuel Venisse Date: Fri, 1 Jul 2005 05:10:46 +0000 Subject: [PATCH] [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 --- maven-site/src/site/apt/building.apt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/maven-site/src/site/apt/building.apt b/maven-site/src/site/apt/building.apt index d31b196b8a..7a7b72d78a 100644 --- a/maven-site/src/site/apt/building.apt +++ b/maven-site/src/site/apt/building.apt @@ -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}}.