Statistics
| Revision:

root / trunk / build / maven / README.txt @ 20506

History | View | Annotate | Download (2.55 KB)

1

    
2
                          Apache Maven
3

    
4
  What is it?
5
  -----------
6

    
7
  Maven is a software project management and comprehension tool. Based on
8
  the concept of a Project Object Model (POM), Maven can manage a project's
9
  build, reporting and documentation from a central piece of information.
10

    
11
  Documentation
12
  -------------
13

    
14
  The documentation available as of the date of this release is included in
15
  HTML format in the docs/ directory.
16
  The most up-to-date documentation can be found at http://maven.apache.org/.
17

    
18
  Release Notes
19
  -------------
20

    
21
  The full list of changes can be found at http://maven.apache.org/release-notes.html.
22

    
23
  System Requirements
24
  -------------------
25

    
26
  JDK:
27
    1.4 or above (this is to execute Maven - it still allows you to build against 1.3
28
    and prior JDK's).
29
  Memory:
30
    No minimum requirement.
31
  Disk:
32
    No minimum requirement. Approximately 100MB will be used for your local repository,
33
    however this will vary depending on usage and can be removed and redownloaded at
34
    any time.
35
  Operating System:
36
    No minimum requirement. On Windows, Windows NT and above or Cygwin is required for
37
    the startup scripts. Tested on Windows XP, Fedora Core and Mac OS X.
38

    
39
  Installing Maven
40
  ----------------
41

    
42
  1) Unpack the archive where you would like to store the binaries, eg:
43

    
44
    Unix-based Operating Systems (Linux, Solaris and Mac OS X)
45
      tar zxvf apache-maven-2.0.x.tar.gz
46
    Windows 2000/XP
47
      unzip apache-maven-2.0.x.zip
48

    
49
  2) A directory called "apache-maven-2.0.x" will be created.
50

    
51
  3) Add the bin directory to your PATH, eg:
52

    
53
    Unix-based Operating Systems (Linux, Solaris and Mac OS X)
54
      export PATH=/usr/local/apache-maven-2.0.x/bin:$PATH
55
    Windows 2000/XP
56
      set PATH="c:\program files\apache-maven-2.0.x\bin";%PATH%
57

    
58
  4) Make sure JAVA_HOME is set to the location of your JDK
59

    
60
  5) Run "mvn --version" to verify that it is correctly installed.
61

    
62
  For complete documentation, see http://maven.apache.org/download.html#Installation
63

    
64
  Licensing
65
  ---------
66

    
67
  Please see the file called LICENSE.TXT
68

    
69
  Maven URLS
70
  ----------
71

    
72
  Home Page:          http://maven.apache.org/
73
  Downloads:          http://maven.apache.org/downloads.html
74
  Mailing Lists:      http://maven.apache.org/mail-lists.html
75
  Source Code:        http://svn.apache.org/repos/asf/maven/
76
  Issue Tracking:     http://jira.codehaus.org/browse/MNG
77
  Wiki:               http://docs.codehaus.org/display/MAVENUSER/
78
  Available Plugins:  http://maven.apache.org/plugins/index.html