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 04402a2 Artifact plugin 3.2.0 has artifact:compare goal
04402a2 is described below
commit 04402a2de7e0e8750cc7b363f58364f32e59200c
Author: Hervé Boutemy <[email protected]>
AuthorDate: Wed Dec 1 08:14:52 2021 +0100
Artifact plugin 3.2.0 has artifact:compare goal
---
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 6419215..e28e463 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -58,12 +58,12 @@ Configuring for Reproducible Builds
* How to test my Maven build reproducibility?
- Using
{{{/plugins/maven-artifact-plugin/buildinfo-mojo.html}<<<maven-artifact-plugin>>>'s
<<<buildinfo>>> goal}},
+ Using
{{{/plugins/maven-artifact-plugin/compare-mojo.html}<<<maven-artifact-plugin>>>'s
<<<compare>>> goal}},
you can check that the second build of your project produce the same output
than an initial build:
[[1]] build and <<<install>>> your project: <<<mvn clean install>>> (don't
hesitate to customize arguments to better match your project)
- [[2]] rebuild (<<<verify>>> only, without installing) and check against the
previous install: <<<mvn clean verify artifact:buildinfo
-Dreference.repo=central>>>
+ [[2]] rebuild (<<<verify>>> only, without installing) and check against the
previous install: <<<mvn clean verify artifact:compare>>>
[]