Author: bentmann Date: Tue Dec 2 14:24:12 2008 New Revision: 722638 URL: http://svn.apache.org/viewvc?rev=722638&view=rev Log: [MNGSITE-73] The example for specifying the MAVEN_OPTS is incorrect for the Unix installation instructions
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=722638&r1=722637&r2=722638&view=diff ============================================================================== --- maven/site/trunk/src/site/apt/download.apt.vm (original) +++ maven/site/trunk/src/site/apt/download.apt.vm Tue Dec 2 14:24:12 2008 @@ -106,7 +106,7 @@ [[3]] Add the <<<M2>>> environment variable, e.g. <<<export M2=$M2_HOME/bin>>>. - [[4]] <<Optional>>: Add the <<<MAVEN_OPTS>>> environment variable to specify JVM properties, e.g. <<<export MAVEN_OPTS=-Xms256m -Xmx512m>>>. + [[4]] <<Optional>>: Add the <<<MAVEN_OPTS>>> environment variable to specify JVM properties, e.g. <<<export MAVEN_OPTS="-Xms256m -Xmx512m">>>. This environment variable can be used to supply extra options to Maven. [[5]] Add <<<M2>>> environment variable to your path, e.g. <<<export PATH=$M2:$PATH>>>.