brett 2005/04/04 08:18:48
Modified: . README.txt
Log:
add PATH info
Revision Changes Path
1.5 +5 -0 maven-components/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/maven-components/README.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README.txt 9 Jan 2005 22:38:43 -0000 1.4
+++ README.txt 4 Apr 2005 15:18:48 -0000 1.5
@@ -9,6 +9,11 @@
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:
+set PATH=%PATH%;%M2_HOME%\bin
+or
+export PATH=$PATH:$M2_HOME/bin
+
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