@@ -18,9 +18,11 @@ Apache Maven
18
18
============
19
19
20
20
[ ![ Apache License, Version 2.0, January 2004] ( https://img.shields.io/github/license/apache/maven.svg?label=License )] [ license ]
21
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central )] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.maven%22%20AND%20a%3A%22apache-maven%22 )
22
- [ ![ Jenkins Status] ( https://img.shields.io/jenkins/s/https/builds.apache.org/job/maven-box/job/maven/job/master.svg?style=flat-square )] [ build ]
23
- [ ![ Jenkins tests] ( https://img.shields.io/jenkins/t/https/builds.apache.org/job/maven-box/job/maven/job/master.svg?style=flat-square )] [ test-results ]
21
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central&versionPrefix=3. )] ( https://search.maven.org/artifact/org.apache.maven/apache-maven )
22
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central )] ( https://search.maven.org/artifact/org.apache.maven/apache-maven )
23
+ [ ![ 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 )
24
+ [ ![ 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 ]
25
+ [ ![ 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 ]
24
26
25
27
26
28
Apache Maven is a software project management and comprehension tool. Based on
@@ -67,20 +69,18 @@ License
67
69
Quick Build
68
70
-------
69
71
If you want to bootstrap Maven, you'll need:
70
- - Java 1.7 +
71
- - Maven 3.0.5 or later
72
+ - Java 1.8 +
73
+ - Maven 3.6.3 or later
72
74
- Run Maven, specifying a location into which the completed Maven distro should be installed:
73
75
```
74
- mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.6 .x-SNAPSHOT" clean package
76
+ mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.9 .x-SNAPSHOT" clean package
75
77
```
76
78
77
79
78
80
[ home ] : https://maven.apache.org/
79
81
[ license ] : https://www.apache.org/licenses/LICENSE-2.0
80
- [ build ] : https://builds.apache.org/job/maven-box/job/maven/job/master/
81
- [ test-results ] : https://builds.apache.org/job/maven-box/job/maven/job/master/lastCompletedBuild/testReport/
82
- [ build-status ] : https://img.shields.io/jenkins/s/https/builds.apache.org/job/maven-box/job/maven/job/master.svg?style=flat-square
83
- [ build-tests ] : https://img.shields.io/jenkins/t/https/builds.apache.org/job/maven-box/job/maven/job/master.svg?style=flat-square
82
+ [ build ] : https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x/
83
+ [ test-results ] : https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x/lastCompletedBuild/testReport/
84
84
[ maven-home ] : https://maven.apache.org/
85
85
[ maven-download ] : https://maven.apache.org/download.cgi
86
86
[ users-list ] : https://maven.apache.org/mailing-lists.html
0 commit comments