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-site.git
The following commit(s) were added to refs/heads/master by this push:
new 186e8eb link to maven-buildinfo-plugin
186e8eb is described below
commit 186e8eb78a9162dc4b517bca302ae1c64ebe416e
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Mar 15 22:11:36 2020 +0100
link to maven-buildinfo-plugin
---
content/apt/guides/mini/guide-reproducible-builds.apt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/apt/guides/mini/guide-reproducible-builds.apt
b/content/apt/guides/mini/guide-reproducible-builds.apt
index 1701840..a9b034b 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -38,7 +38,7 @@ Configuring for Reproducible Builds
There is no Maven version prerequisite, everything happens at plugins level:
- [[1]] upgrade your plugins to reproducible version, particularly
maven-source-plugin, maven-jar-plugin and maven-assembly-plugin to version
3.2.0 minimum,
+ [[1]] upgrade your plugins to reproducible version, particularly
<<<maven-jar-plugin>>>, <<<maven-source-plugin>>> and
<<<maven-assembly-plugin>>> to version 3.2.0 minimum,
[[2]] add <<<project.build.outputTimestamp>>> property with the timestamp
value that will be used in zip/jar/tar archives:
@@ -49,7 +49,7 @@ Configuring for Reproducible Builds
+--------+
[]
- You have the basis configured, the output should be reproducible now.
+ You have the basis configured, the output should be reproducible now: you can
check using
{{{https://github.com/apache/maven-studies/tree/maven-buildinfo-plugin}<<<maven-buildinfo-plugin>>>}}.
If something is still not reproducible: