We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0235ec commit 473b4cfCopy full SHA for 473b4cf
content/apt/guides/mini/guide-reproducible-builds.apt
@@ -56,7 +56,7 @@ Configuring for Reproducible Builds
56
Using {{{https://github.com/apache/maven-studies/tree/maven-buildinfo-plugin}<<<maven-buildinfo-plugin>>>}},
57
you can check that two builds give the same output:
58
59
- [[1]] build and install: <<<mvn clean verify -e -DskipTests buildinfo:buildinfo install:install>>>
+ [[1]] build and install: <<<mvn clean install -e -DskipTests buildinfo:buildinfo>>>
60
61
[[2]] rebuild and check against the previous install: <<<mvn clean verify -e -DskipTests buildinfo:buildinfo -Dreference.repo=central>>>
62
0 commit comments