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 2008/01/30 02:48:43 UTC

svn commit: r616582 - /maven/site/trunk/src/site/apt/download.apt.vm

Author: brianf
Date: Tue Jan 29 17:48:42 2008
New Revision: 616582

URL: http://svn.apache.org/viewvc?rev=616582&view=rev
Log:
fixed installation instructions to account for the fact that the apache-maven-xxx subdir is included inside the archive.

Modified:
    maven/site/trunk/src/site/apt/download.apt.vm

Modified: maven/site/trunk/src/site/apt/download.apt.vm
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/download.apt.vm?rev=616582&r1=616581&r2=616582&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/download.apt.vm (original)
+++ maven/site/trunk/src/site/apt/download.apt.vm Tue Jan 29 17:48:42 2008
@@ -55,8 +55,8 @@
 ** Windows 2000/XP
 
   [[1]] Unzip the distribution archive, i.e. <<<apache-maven-${currentVersion}-bin.zip>>> to the directory you wish to install Maven ${currentVersion}.
-        These instructions assume you chose <<<"C:\Program Files\Apache Software Foundation\apache-maven-${currentVersion}">>>.
-        The directory <<<apache-maven-${currentVersion}>>> will be created from the archive.
+        These instructions assume you chose <<<"C:\Program Files\Apache Software Foundation\">>>.
+        The subdirectory <<<apache-maven-${currentVersion}>>> will be created from the archive.
 
   [[2]] Add the <<<M2_HOME>>> environment variable by opening up the system properties (WinKey + Pause),
         selecting the "Advanced" tab, and the "Environment Variables" button, then adding the <<<M2_HOME>>>
@@ -80,10 +80,10 @@
 ** Unix-based Operating Systems (Linux, Solaris and Mac OS X)
 
   [[1]] Extract the distribution archive, i.e. <<<apache-maven-${currentVersion}-bin.tar.gz>>> to the directory you wish to install Maven ${currentVersion}.
-        These instructions assume you chose <<<"/usr/local/apache-maven-${currentVersion}">>>. The directory <<<apache-maven-${currentVersion}>>> will
+        These instructions assume you chose <<<"/usr/local/apache-maven">>>. The subdirectory <<<apache-maven-${currentVersion}>>> will
         be created from the archive.
 
-  [[2]] In a command terminal, add the <<<M2_HOME>>> environment variable, e.g. <<<"export M2_HOME=/usr/local/apache-maven-${currentVersion}">>>.
+  [[2]] In a command terminal, add the <<<M2_HOME>>> environment variable, e.g. <<<"export M2_HOME=/usr/local/apache-maven/apache-maven-${currentVersion}">>>.
 
   [[3]] Add the <<<M2>>> environment variable, e.g. <<<"export M2=$M2_HOME/bin">>>.