@@ -19,12 +19,20 @@ Apache Maven
1919
2020[ ![ Apache License, Version 2.0, January 2004] ( https://img.shields.io/github/license/apache/maven.svg?label=License )] [ license ]
2121[ ![ Reproducible Builds] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/maven/badge.json )] ( https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/maven/README.md )
22- - [ master] ( https://github.com/apache/maven ) = 4.1.x: [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central )] ( https://central.sonatype.com/artifact/org.apache.maven/apache-maven )
23- - [ 4.0.x] ( https://github.com/apache/maven/tree/maven-4.0.x ) : [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central&versionPrefix=4.0 )] ( https://central.sonatype.com/artifact/org.apache.maven/apache-maven )
24- - [ 3.9.x] ( https://github.com/apache/maven/tree/maven-3.9.x ) : [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central&versionPrefix=3. )] ( https://central.sonatype.com/artifact/org.apache.maven/apache-maven )
25- [ ![ Jenkins Status] ( https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x.svg?style=flat-square )] [ build ]
26- [ ![ Jenkins tests] ( https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x.svg?style=flat-square )] [ test-results ]
2722
23+ - [ master] ( https://github.com/apache/maven ) = 4.1.x
24+ [ ![ Jenkins Build] ( https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-maven.apache.org%2Fjob%2FMaven%2Fjob%2Fmaven-box%2Fjob%2Fmaven%2Fjob%2Fmaster%2F )] [ build ]
25+ [ ![ Java CI] ( https://github.com/apache/maven/actions/workflows/maven.yml/badge.svg?branch=master )] [ gh-build ]
26+
27+ - [ 4.0.x] ( https://github.com/apache/maven/tree/maven-4.0.x ) :
28+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central&versionPrefix=4.0 )] ( https://central.sonatype.com/artifact/org.apache.maven/apache-maven )
29+ [ ![ Jenkins Build] ( https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-maven.apache.org%2Fjob%2FMaven%2Fjob%2Fmaven-box%2Fjob%2Fmaven%2Fjob%2Fmaven-4.0.x%2F )] [ build-4.0 ]
30+ [ ![ Java CI] ( https://github.com/apache/maven/actions/workflows/maven.yml/badge.svg?branch=maven-4.0.x )] [ gh-build-4.0 ]
31+
32+ - [ 3.9.x] ( https://github.com/apache/maven/tree/maven-3.9.x ) :
33+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central&versionPrefix=3. )] ( https://central.sonatype.com/artifact/org.apache.maven/apache-maven )
34+ [ ![ Jenkins Build] ( https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-maven.apache.org%2Fjob%2FMaven%2Fjob%2Fmaven-box%2Fjob%2Fmaven%2Fjob%2Fmaven-3.9.x%2F )] [ build-3.9 ]
35+ [ ![ Java CI] ( https://github.com/apache/maven/actions/workflows/maven.yml/badge.svg?branch=maven-3.9.x )] [ gh-build-3.9 ]
2836
2937Apache Maven is a software project management and comprehension tool. Based on
3038the concept of a project object model (POM), Maven can manage a project's
@@ -42,36 +50,32 @@ the [Maven User List][users-list].
4250
4351Where can I get the latest release?
4452-----------------------------------
45- You can download release source from our [ download page] [ maven-download ] .
53+ You can download the release source from our [ download page] [ maven-download ] .
4654
4755Contributing
4856------------
4957
50- If you are interested in the development of Maven, please consult the
51- documentation first and afterwards you are welcome to join the developers
52- mailing list to ask question or discuss new ideas / features / bugs etc.
58+ If you are interested in the development of Maven, please consult the
59+ documentation first and afterward you are welcome to join the developers
60+ mailing list to ask questions or discuss new ideas/ features/ bugs etc.
5361
5462Take a look into the [ contribution guidelines] ( CONTRIBUTING.md ) .
5563
5664License
5765-------
58- This code is under the [ Apache Licence v2 ] [ license ]
66+ This code is under the [ Apache License, Version 2.0, January 2004 ] [ license ] .
5967
60- See the ` NOTICE ` file for required notices and attributions.
68+ See the [ ` NOTICE ` ] ( ./NOTICE ) file for required notices and attributions.
6169
6270Donations
6371---------
64- You like Apache Maven? Then [ donate back to the ASF] ( https://www.apache.org/foundation/contributing.html ) to support the development.
65-
66- License
67- -------
68- [ Apache License, Version 2.0, January 2004] [ license ]
72+ Do you like Apache Maven? Then [ donate back to the ASF] ( https://www.apache.org/foundation/contributing.html ) to support the development.
6973
7074Quick Build
7175-------
7276If you want to bootstrap Maven, you'll need:
7377- Java 1.8+
74- - Maven 3.6.3 or later
78+ - Maven 3.9.0 or later
7579- Run Maven, specifying a location into which the completed Maven distro should be installed:
7680```
7781mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.9.x-SNAPSHOT" clean package
@@ -80,8 +84,12 @@ mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.9.x-SNAPSHOT" clean
8084
8185[ home ] : https://maven.apache.org/
8286[ license ] : https://www.apache.org/licenses/LICENSE-2.0
83- [ build ] : https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x/
84- [ test-results ] : https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x/lastCompletedBuild/testReport/
87+ [ build ] : https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master/
88+ [ build-4.0 ] : https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-4.0.x/
89+ [ build-3.9 ] : https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x/
90+ [ gh-build ] : https://github.com/apache/maven/actions/workflows/maven.yml?query=branch%3Amaster
91+ [ gh-build-4.0 ] : https://github.com/apache/maven/actions/workflows/maven.yml?query=branch%3Amaven-4.0.x
92+ [ gh-build-3.9 ] : https://github.com/apache/maven/actions/workflows/maven.yml?query=branch%3Amaven-3.9.x
8593[ maven-home ] : https://maven.apache.org/
8694[ maven-download ] : https://maven.apache.org/download.cgi
8795[ users-list ] : https://maven.apache.org/mailing-lists.html
0 commit comments