maven安装,下载地址,及其环境配置

 1                           Apache Maven
 2 
 3   What is it?
 4   -----------
 5 
 6   Maven is a software project management and comprehension tool. Based on
 7   the concept of a Project Object Model (POM), Maven can manage a project's
 8   build, reporting and documentation from a central piece of information.
 9 
10   Documentation
11   -------------
12 
13   The documentation available as of the date of this release is included in
14   HTML format in the docs/ directory.
15   The most up-to-date documentation can be found at http://maven.apache.org/.
16 
17   Release Notes
18   -------------
19 
20   The full list of changes can be found at http://maven.apache.org/release-notes.html.
21 
22   System Requirements
23   -------------------
24 
25   JDK:
26     1.4 or above (this is to execute Maven - it still allows you to build against 1.3
27     and prior JDK's).
28   Memory:
29     No minimum requirement.
30   Disk:
31     No minimum requirement. Approximately 100MB will be used for your local repository,
32     however this will vary depending on usage and can be removed and redownloaded at
33     any time.
34   Operating System:
35     No minimum requirement. On Windows, Windows NT and above or Cygwin is required for
36     the startup scripts. Tested on Windows XP, Fedora Core and Mac OS X.
37 
38   Installing Maven
39   ----------------
40 
41   1) Unpack the archive where you would like to store the binaries, eg:
42 
43     Unix-based Operating Systems (Linux, Solaris and Mac OS X)
44       tar zxvf apache-maven-2.1.x.tar.gz
45     Windows 2000/XP
46       unzip apache-maven-2.1.x.zip
47 
48   2) A directory called "apache-maven-2.1.x" will be created.
49 
50   3) Add the bin directory to your PATH, eg:
51 
52     Unix-based Operating Systems (Linux, Solaris and Mac OS X)
53       export PATH=/usr/local/apache-maven-2.1.x/bin:$PATH
54     Windows 2000/XP
55       set PATH="c:\program files\apache-maven-2.1.x\bin";%PATH%
56 
57   4) Make sure JAVA_HOME is set to the location of your JDK
58 
59   5) Run "mvn --version" to verify that it is correctly installed.
60 
61   For complete documentation, see http://maven.apache.org/download.html#Installation
62 
63   Licensing
64   ---------
65 
66   Please see the file called LICENSE.TXT
67 
68   Maven URLS
69   ----------
70 
71   Home Page:          http://maven.apache.org/
72   Downloads:          http://maven.apache.org/downloads.html
73   Mailing Lists:      http://maven.apache.org/mail-lists.html
74   Source Code:        http://svn.apache.org/repos/asf/maven/
75   Issue Tracking:     http://jira.codehaus.org/browse/MNG
76   Wiki:               http://docs.codehaus.org/display/MAVENUSER/
77   Available Plugins:  http://maven.apache.org/plugins/index.html

 

posted @ 2013-03-20 14:05  雨中雷  阅读(265)  评论(0编辑  收藏  举报