Skip to content

Commit 473b4cf

Browse files
authored
don't install buildinfo file
installing buildinfo makes proposed diffoscope command unusable
1 parent f0235ec commit 473b4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/apt/guides/mini/guide-reproducible-builds.apt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Configuring for Reproducible Builds
5656
Using {{{https://github.com/apache/maven-studies/tree/maven-buildinfo-plugin}<<<maven-buildinfo-plugin>>>}},
5757
you can check that two builds give the same output:
5858

59-
[[1]] build and install: <<<mvn clean verify -e -DskipTests buildinfo:buildinfo install:install>>>
59+
[[1]] build and install: <<<mvn clean install -e -DskipTests buildinfo:buildinfo>>>
6060

6161
[[2]] rebuild and check against the previous install: <<<mvn clean verify -e -DskipTests buildinfo:buildinfo -Dreference.repo=central>>>
6262

0 commit comments

Comments
 (0)