Skip to content

Commit 97bc109

Browse files
authored
mvn-8010: Update doc (#1624)
1 parent aa3772b commit 97bc109

File tree

1 file changed

+4
-42
lines changed

1 file changed

+4
-42
lines changed

apache-maven/README.txt

Lines changed: 4 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -16,60 +16,22 @@
1616
Release Notes
1717
-------------
1818

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-
8 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.
19+
The full list of changes, system requirements and related can be found at https://maven.apache.org/docs/history.html.
3820

3921
Installing Maven
4022
----------------
4123

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-4.x.y.tar.gz
46-
Windows
47-
unzip apache-maven-4.x.y.zip
48-
49-
2) A directory called "apache-maven-4.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-4.x.y/bin:$PATH
55-
Windows
56-
set PATH="c:\program files\apache-maven-4.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
24+
For complete documentation see https://maven.apache.org/download.html#Installation
6325

6426
Licensing
6527
---------
6628

6729
Please see the file called LICENSE.
6830

69-
Maven URLs
31+
Maven URLS
7032
----------
7133

72-
Home Page: https://maven.apache.org/
34+
Home Page: https://maven.apache.org
7335
Downloads: https://maven.apache.org/download.html
7436
Release Notes: https://maven.apache.org/docs/history.html
7537
Mailing Lists: https://maven.apache.org/mailing-lists.html

0 commit comments

Comments
 (0)