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

hboutemy pushed a commit to branch shields
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git

commit c75c3d674905f14f509003f67aeb0266e6b4aed1
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Sep 20 04:35:40 2025 +0200

    describe Shields.io usage
    
    fixes #171
---
 .../artifact/buildinfo/ReproducibleCentralReport.java    | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/ReproducibleCentralReport.java
 
b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/ReproducibleCentralReport.java
index 9696c7d..56fba98 100644
--- 
a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/ReproducibleCentralReport.java
+++ 
b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/ReproducibleCentralReport.java
@@ -94,8 +94,20 @@ public class ReproducibleCentralReport extends 
AbstractMavenReport {
         sink.link("https://github.com/jvm-repo-rebuild/reproducible-central";);
         sink.text("Reproducible Central");
         sink.link_();
-        sink.text(" data.");
-        sink.text("If you think data is not accurate, please help improve.");
+        sink.text(" data rendered as ");
+        sink.link("https://shields.io/";);
+        sink.figureGraphics("https://img.shields.io/badge/.-.-green";);
+        sink.text("Shields.io");
+        sink.link_();
+        sink.text(" ");
+        sink.link("https://shields.io/badges/reproducible-central-artifact";);
+        sink.text("Reproducible Central Artifact");
+        sink.link_();
+        sink.text(" badges. If you think data is not accurate, please ");
+        
sink.link("https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/doc/TOOLS.md";);
+        sink.text("help us");
+        sink.link_();
+        sink.text(" improve.");
         sink.paragraph_();
         sink.section1_();
         sink.body_();

Reply via email to