Author: wsmoak
Date: Sun Feb 17 18:21:26 2008
New Revision: 628597
URL: http://svn.apache.org/viewvc?rev=628597&view=rev
Log:
Fix example for M2_HOME value.
Modified:
maven/components/branches/maven-2.0.x/README.txt
Modified: maven/components/branches/maven-2.0.x/README.txt
URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/README.txt?rev=628597&r1=628596&r2=628597&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/README.txt (original)
+++ maven/components/branches/maven-2.0.x/README.txt Sun Feb 17 18:21:26 2008
@@ -10,7 +10,7 @@
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
+/usr/local/apache-maven-2.0.9-SNAPSHOT
You can set the parameters passed to the Java VM when running Maven2 bootstrap,
setting the environment variable MAVEN_OPTS, e.g.