updated content

This commit is contained in:
Hervé Boutemy 2012-12-16 21:13:57 +01:00
parent eb9257e70c
commit 3e95b5f1c7
2 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
========================================================================= =========================================================================
Apache Maven Apache Maven
Copyright 2001-2011 The Apache Software Foundation Copyright 2001-2012 The Apache Software Foundation
This product includes software developed by This product includes software developed by
The Apache Software Foundation (http://www.apache.org/). The Apache Software Foundation (http://www.apache.org/).

View File

@ -40,18 +40,18 @@
1) Unpack the archive where you would like to store the binaries, eg: 1) Unpack the archive where you would like to store the binaries, eg:
Unix-based Operating Systems (Linux, Solaris and Mac OS X) Unix-based Operating Systems (Linux, Solaris and Mac OS X)
tar zxvf apache-maven-3.0.x.tar.gz tar zxvf apache-maven-3.x.y.tar.gz
Windows 2000/XP Windows 2000/XP
unzip apache-maven-3.0.x.zip unzip apache-maven-3.x.y.zip
2) A directory called "apache-maven-3.0.x" will be created. 2) A directory called "apache-maven-3.x.y" will be created.
3) Add the bin directory to your PATH, eg: 3) Add the bin directory to your PATH, eg:
Unix-based Operating Systems (Linux, Solaris and Mac OS X) Unix-based Operating Systems (Linux, Solaris and Mac OS X)
export PATH=/usr/local/apache-maven-3.0.x/bin:$PATH export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH
Windows 2000/XP Windows 2000/XP
set PATH="c:\program files\apache-maven-3.0.x\bin";%PATH% set PATH="c:\program files\apache-maven-3.x.y\bin";%PATH%
4) Make sure JAVA_HOME is set to the location of your JDK 4) Make sure JAVA_HOME is set to the location of your JDK
@ -71,7 +71,7 @@
Downloads: http://maven.apache.org/download.html Downloads: http://maven.apache.org/download.html
Release Notes: http://maven.apache.org/release-notes.html Release Notes: http://maven.apache.org/release-notes.html
Mailing Lists: http://maven.apache.org/mail-lists.html Mailing Lists: http://maven.apache.org/mail-lists.html
Source Code: http://svn.apache.org/repos/asf/maven/ Source Code: https://git-wip-us.apache.org/repos/asf/maven.git/apache-maven
Issue Tracking: http://jira.codehaus.org/browse/MNG Issue Tracking: http://jira.codehaus.org/browse/MNG
Wiki: http://docs.codehaus.org/display/MAVENUSER/ Wiki: https://cwiki.apache.org/confluence/display/MAVEN/
Available Plugins: http://maven.apache.org/plugins/index.html Available Plugins: http://maven.apache.org/plugins/index.html