nielsbasjes commented on PR #16:
URL: 
https://github.com/apache/maven-artifact-plugin/pull/16#issuecomment-1436114640

   Remarkable observation.
   
   If I do `mvn clean verify artifact:compare` in the `include-drp` project I 
get this output and the build does not fail.
   
   ```
   [INFO] --- maven-artifact-plugin:3.4.0:compare (default-cli) @ include-drp 
---
   [WARNING] SCM source tag in buildinfo source.scm.tag=maven-buildinfo-plugin 
does not permit rebuilders reproducible source checkout
   [INFO] Saved info on build to 
/home/nbasjes/workspace/Apache/maven-artifact-plugin/src/it/include-drp/target/include-drp-1.0-SNAPSHOT.buildinfo
   [INFO] Checking against reference build from central...
   [INFO] Reference buildinfo file not found: it will be generated from 
downloaded reference artifacts
   [INFO] Reference build java.version: 17 (from MANIFEST.MF Build-Jdk-Spec)
   [INFO] Reference build os.name: Unix (from pom.properties newline)
   [INFO] Minimal buildinfo generated from downloaded artifacts: 
/home/nbasjes/workspace/Apache/maven-artifact-plugin/src/it/include-drp/target/reference/include-drp-1.0-SNAPSHOT.buildinfo
   [INFO] Reproducible Build output summary: 2 files ok
   [INFO] Reproducible Build output comparison saved to 
/home/nbasjes/workspace/Apache/maven-artifact-plugin/src/it/include-drp/target/include-drp-1.0-SNAPSHOT.buildcompare
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   ```
   
   The mentioned buildinfo files now contain the same `length` and `checksums` 
for both
   ```
   outputs.0.filename=include-drp-1.0-SNAPSHOT.pom
   outputs.1.filename=include-drp-1.0-SNAPSHOT.jar
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to