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 f8f9892 -e f8f9892 is described below commit f8f989237d92786687c6ea300fc68e866bd16361 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Wed Apr 1 04:23:32 2020 +0200 -e --- 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 52f7b9e..e382769 100644 --- a/content/apt/guides/mini/guide-reproducible-builds.apt +++ b/content/apt/guides/mini/guide-reproducible-builds.apt @@ -54,9 +54,9 @@ Configuring for Reproducible Builds Using {{{https://github.com/apache/maven-studies/tree/maven-buildinfo-plugin}<<<maven-buildinfo-plugin>>>}}, you can easily check that 2 builds give you the same output: - [[1]] build and deploy to a staging directory: <<<mvn clean deploy -DskipTests -DaltDeploymentRepository=local::default::file:../stage buildinfo:buildinfo>>> + [[1]] build and deploy to a staging directory: <<<mvn clean deploy -e -DskipTests -DaltDeploymentRepository=local::default::file:../stage buildinfo:buildinfo>>> - [[2]] rebuild and check against the previous staging directory: <<<mvn clean verify -DskipTests buildinfo:buildinfo -Dreference.repo=file:../stage>>> + [[2]] rebuild and check against the previous staging directory: <<<mvn clean verify -e -DskipTests buildinfo:buildinfo -Dreference.repo=file:../stage>>> []