I don't have maven under my eyes at work, but I think that with the new
shell script used in m1.1 we don't have to define the MAVEN_HOME (Even if
it's good practice).

Arnaud


On 7/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Author: ltheussl
Date: Wed Jul 26 16:45:41 2006
New Revision: 425911

URL: http://svn.apache.org/viewvc?rev=425911&view=rev
Log:
Better emphasize on the two steps.

Modified:
   maven/maven-1/core/trunk/xdocs/start/install.xml

Modified: maven/maven-1/core/trunk/xdocs/start/install.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/start/install.xml?rev=425911&r1=425910&r2=425911&view=diff

==============================================================================
--- maven/maven-1/core/trunk/xdocs/start/install.xml (original)
+++ maven/maven-1/core/trunk/xdocs/start/install.xml Wed Jul 26 16:45:41
2006
@@ -108,12 +108,18 @@
        </p>

        <p>
-          Before you begin using Maven you will need to define the
-          <code>MAVEN_HOME</code> environment variable which is the
directory where
-          you just unpacked the Maven install archive.
-          You will also need to add <code>MAVEN_HOME/bin</code> to your
path so that you can run
-          the scripts provided with Maven.
+          Before you begin using Maven you will need to
        </p>
+        <ul>
+          <li>
+            define the <code>MAVEN_HOME</code> environment variable which
is the
+            directory where you just unpacked the Maven install archive,
+          </li>
+          <li>
+            add <code>MAVEN_HOME/bin</code> to your path so that you can
run
+            the scripts provided with Maven.
+          </li>
+        </ul>

        <p>
          If you are updating from a previous version, you do not need to
do anything further. You can safely



Reply via email to