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 473b4cf don't install buildinfo file
473b4cf is described below
commit 473b4cfa3bf3c586d1cf781b8207925405291cb0
Author: Hervé Boutemy <[email protected]>
AuthorDate: Wed Apr 8 21:10:19 2020 +0200
don't install buildinfo file
installing buildinfo makes proposed diffoscope command unusable
---
content/apt/guides/mini/guide-reproducible-builds.apt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/apt/guides/mini/guide-reproducible-builds.apt
b/content/apt/guides/mini/guide-reproducible-builds.apt
index 345425c..53376ee 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -56,7 +56,7 @@ Configuring for Reproducible Builds
Using
{{{https://github.com/apache/maven-studies/tree/maven-buildinfo-plugin}<<<maven-buildinfo-plugin>>>}},
you can check that two builds give the same output:
- [[1]] build and install: <<<mvn clean verify -e -DskipTests
buildinfo:buildinfo install:install>>>
+ [[1]] build and install: <<<mvn clean install -e -DskipTests
buildinfo:buildinfo>>>
[[2]] rebuild and check against the previous install: <<<mvn clean verify -e
-DskipTests buildinfo:buildinfo -Dreference.repo=central>>>