You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/09/13 04:48:49 UTC

svn commit: r442802 - /maven/components/trunk/README.txt

Author: brett
Date: Tue Sep 12 19:48:48 2006
New Revision: 442802

URL: http://svn.apache.org/viewvc?view=rev&rev=442802
Log:
add extra note about bootstrap

Modified:
    maven/components/trunk/README.txt

Modified: maven/components/trunk/README.txt
URL: http://svn.apache.org/viewvc/maven/components/trunk/README.txt?view=diff&rev=442802&r1=442801&r2=442802
==============================================================================
--- maven/components/trunk/README.txt (original)
+++ maven/components/trunk/README.txt Tue Sep 12 19:48:48 2006
@@ -9,6 +9,9 @@
 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