|
16 | 16 | Release Notes
|
17 | 17 | -------------
|
18 | 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 |
| - 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. |
38 | 20 |
|
39 | 21 | Installing Maven
|
40 | 22 | ----------------
|
41 | 23 |
|
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 |
| 24 | + For complete documentation see https://maven.apache.org/download.html#Installation |
63 | 25 |
|
64 | 26 | Licensing
|
65 | 27 | ---------
|
|
0 commit comments