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 2020/12/26 10:03:28 UTC

[maven-artifact-plugin] branch master updated: add link to the "Configuring for Reproducible Builds" guide

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-artifact-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6adee50  add link to the "Configuring for Reproducible Builds" guide
6adee50 is described below

commit 6adee50e2d2bc9ffca014e69131143d59d1a97de
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Dec 26 11:03:24 2020 +0100

    add link to the "Configuring for Reproducible Builds" guide
---
 .../java/org/apache/maven/plugins/artifact/buildinfo/BuildinfoMojo.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/BuildinfoMojo.java b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/BuildinfoMojo.java
index ca62cc0..9a69a07 100644
--- a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/BuildinfoMojo.java
+++ b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/BuildinfoMojo.java
@@ -301,6 +301,7 @@ public class BuildinfoMojo
                 + ( ( missing == 0 ) ? "" : ( ", " + MessageUtils.buffer().warning( missing + " missing" ) ) ) );
             getLog().warn( "see " + MessageUtils.buffer().project( "diff " + relative( referenceBuildinfo ) + " "
                 + relative( buildinfoFile ) ).toString() );
+            getLog().warn( "see also https://maven.apache.org/guides/mini/guide-reproducible-builds.html" );
           }
         else
         {