File tree Expand file tree Collapse file tree
src/main/java/org/apache/maven/plugins/artifact/buildinfo Expand file tree Collapse file tree Original file line number Diff line number Diff 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_ ();
You can’t perform that action at this time.
0 commit comments