Skip to content

Commit 066a558

Browse files
committed
describe Shields.io usage
fixes #171
1 parent 0f25c78 commit 066a558

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

src/main/java/org/apache/maven/plugins/artifact/buildinfo/ReproducibleCentralReport.java

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,20 @@ protected void executeReport(Locale locale) throws MavenReportException {
9494
sink.link("https://github.com/jvm-repo-rebuild/reproducible-central");
9595
sink.text("Reproducible Central");
9696
sink.link_();
97-
sink.text(" data.");
98-
sink.text("If you think data is not accurate, please help improve.");
97+
sink.text(" data rendered as ");
98+
sink.link("https://shields.io/");
99+
sink.figureGraphics("https://img.shields.io/badge/.-.-green");
100+
sink.text("Shields.io");
101+
sink.link_();
102+
sink.text(" ");
103+
sink.link("https://shields.io/badges/reproducible-central-artifact");
104+
sink.text("Reproducible Central Artifact");
105+
sink.link_();
106+
sink.text(" badges. If you think data is not accurate, please ");
107+
sink.link("https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/doc/TOOLS.md");
108+
sink.text("help us");
109+
sink.link_();
110+
sink.text(" improve.");
99111
sink.paragraph_();
100112
sink.section1_();
101113
sink.body_();

0 commit comments

Comments
 (0)