You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/01/14 23:07:28 UTC

[maven-build-cache-extension] branch master updated: add link to Jira

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new 500bcc5  add link to Jira
500bcc5 is described below

commit 500bcc516ea1a38f43a0d1d9b06f0b3d78f5e141
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Jan 15 00:07:25 2022 +0100

    add link to Jira
---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index c650a9c..df57088 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,12 @@
 Apache Maven Build Cache Extension
 ==================================
 
+[![ASF Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MBUILDCACHE.json)][jira]
+[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
+[![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.extensions/maven-build-cache-extension.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.extensions/maven-build-cache-extension)
+[![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-build-cache-extension/job/master.svg?)][build]
+[![Jenkins tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-build-cache-extension/job/master.svg?)][test-results]
+
 This project provides a Build Cache Extension feature which calculates out-of-date modules in the build dependencies graph and improves build times by avoiding re-building unnecessary modules.
 Read [cache guide](src/site/markdown/cache.md) for more details.
 
@@ -38,4 +44,10 @@ This code is under the [Apache License, Version 2.0, January 2004][license].
 
 See the [`NOTICE`](./NOTICE) file for required notices and attributions.
 
+[home]: https://maven.apache.org/extensions/maven-build-cache-extension/
+[jira]: https://issues.apache.org/jira/projects/MBUILDCACHE/
 [license]: https://www.apache.org/licenses/LICENSE-2.0
+[build]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-build-cache-extension/job/master/
+[test-results]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-build-cache-extension/lastCompletedBuild/testReport/
+[build-status]: https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-build-cache-extension/job/master.svg
+[build-tests]: https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-build-cache-extension/job/master.svg