mirror of https://github.com/apache/maven.git
fix paths
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
85cc412a5f
commit
7ea36abfa0
|
@ -96,7 +96,7 @@
|
|||
<code>PATH</code>
|
||||
variable in the user variables.
|
||||
eg.
|
||||
<code>"C:\Program Files\Apache Software Foundation\maven-2.0-alpha-1";%PATH%</code>
|
||||
<code>"C:\Program Files\Apache Software Foundation\maven-2.0-alpha-1\bin";%PATH%</code>
|
||||
</li>
|
||||
<li>
|
||||
In the same dialog, make sure that
|
||||
|
@ -122,7 +122,7 @@
|
|||
<li>
|
||||
Add the
|
||||
<code>bin</code> directory to your path, eg.
|
||||
<code>export PATH=/usr/local/maven-2.0-alpha-1:$PATH</code>
|
||||
<code>export PATH=/usr/local/maven-2.0-alpha-1/bin:$PATH</code>
|
||||
</li>
|
||||
<li>
|
||||
Make sure that
|
||||
|
|
Loading…
Reference in New Issue