"Fossies" - the Fresh Open Source Software Archive 
Member "opennms-31.0.8/maven/README.txt" (9 May 2023, 2533 Bytes) of package /linux/misc/opennms-31.0.8-source.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
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 most up-to-date documentation can be found at https://maven.apache.org/.
15
16 Release Notes
17 -------------
18
19 The full list of changes can be found at https://maven.apache.org/docs/history.html.
20
21 System Requirements
22 -------------------
23
24 JDK:
25 1.7 or above (this is to execute Maven - it still allows you to build against 1.3
26 and prior JDK's).
27 Memory:
28 No minimum requirement.
29 Disk:
30 Approximately 10MB is required for the Maven installation itself. In addition to
31 that, additional disk space will be used for your local Maven repository. The size
32 of your local repository will vary depending on usage but expect at least 500MB.
33 Operating System:
34 Windows:
35 Windows 2000 or above.
36 Unix based systems (Linux, Solaris and Mac OS X) and others:
37 No minimum requirement.
38
39 Installing Maven
40 ----------------
41
42 1) Unpack the archive where you would like to store the binaries, e.g.:
43
44 Unix-based operating systems (Linux, Solaris and Mac OS X)
45 tar zxvf apache-maven-3.x.y.tar.gz
46 Windows
47 unzip apache-maven-3.x.y.zip
48
49 2) A directory called "apache-maven-3.x.y" will be created.
50
51 3) Add the bin directory to your PATH, e.g.:
52
53 Unix-based operating systems (Linux, Solaris and Mac OS X)
54 export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH
55 Windows
56 set PATH="c:\program files\apache-maven-3.x.y\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 https://maven.apache.org/download.html#Installation
63
64 Licensing
65 ---------
66
67 Please see the file called LICENSE.
68
69 Maven URLS
70 ----------
71
72 Home Page: https://maven.apache.org/
73 Downloads: https://maven.apache.org/download.html
74 Release Notes: https://maven.apache.org/docs/history.html
75 Mailing Lists: https://maven.apache.org/mailing-lists.html
76 Source Code: https://gitbox.apache.org/repos/asf/maven.git
77 Issue Tracking: https://issues.apache.org/jira/browse/MNG
78 Wiki: https://cwiki.apache.org/confluence/display/MAVEN/
79 Available Plugins: https://maven.apache.org/plugins/