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/03/07 10:41:31 UTC

[maven-studies] branch maven-buildinfo-plugin updated: link to discussion on Maven dev list

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

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


The following commit(s) were added to refs/heads/maven-buildinfo-plugin by this push:
     new 90b4267  link to discussion on Maven dev list
90b4267 is described below

commit 90b426758363123af6fcc9aa7190b837c0551359
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Mar 7 11:41:24 2020 +0100

    link to discussion on Maven dev list
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a8ef8d9..88b3961 100644
--- a/README.md
+++ b/README.md
@@ -20,12 +20,12 @@ Apache Maven Buildinfo Plugin Study
 [![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 
 This plugin is a study, written as a Proof Of Concept of [Reproducible Builds](https://reproducible-builds.org/) tooling
-to ease reproducing builds: once feedback will be given on Maven developper mailing list, we'll see if this will be moved
+to ease reproducing Maven builds that are [expected to be reproducible](https://maven.apache.org/guides/mini/guide-reproducible-builds.html): once [feedback](https://lists.apache.org/thread.html/ra05a971a2de961d27691bd4624850a06a862b4223116c0c904be8397%40%3Cdev.maven.apache.org%3E) will be given on Maven developper mailing list, we'll see if this will be moved
 to a separate Maven plugin or if its unique goal will be merged to an existing plugin.
 
 The purpose of this plugin is:
 
-- to generate a buildinfo file from a build, as specified in [Reproducible Builds for the JVM](https://reproducible-builds.org/docs/jvm/)
+- to generate a buildinfo file from a build recording fingerprints of output files, as specified in [Reproducible Builds for the JVM](https://reproducible-builds.org/docs/jvm/)
   that will eventually be deployed to remote repository
 
 - help rebuilders to check that they local build produces the same Reproducible Build output than the reference build