You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/05/12 12:22:00 UTC

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

Author: brett
Date: Thu May 12 03:21:57 2005
New Revision: 169799

URL: http://svn.apache.org/viewcvs?rev=169799&view=rev
Log:
clean up instructions

Modified:
    maven/components/trunk/README.txt

Modified: maven/components/trunk/README.txt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/README.txt?rev=169799&r1=169798&r2=169799&view=diff
==============================================================================
--- maven/components/trunk/README.txt (original)
+++ maven/components/trunk/README.txt Thu May 12 03:21:57 2005
@@ -2,11 +2,6 @@
 Bootstrapping Maven
 -------------------------------------------------------------------------------
 
-To bootstrap Maven you must have a ~/.m2/maven.properties file with the following
-entry:
-
-maven.repo.local = /path/to/your/local/repository
-
 Set the environment variable M2_HOME pointing to the dir where you want Maven2 installed.
 
 NOTE: presently, the directory {M2_HOME}/bin must be in your path:
@@ -16,8 +11,7 @@
 
 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=-Dmaven.online=false
-e.g. to build maven with debug info, set MAVEN_OPTS=-Dmaven.compiler.debug=true
+e.g. to run in offline mode, set MAVEN_OPTS=-o
 
 Then run m2-bootstrap-all.bat (in Windows) or m2-bootstrap-all.sh (in Unix)
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org