Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 4.21 KB

File metadata and controls

33 lines (25 loc) · 4.21 KB

Reproducible Builds an independently-verifiable path from source to binary code

Source code: https://github.com/apache/maven-wrapper.git

This project defines 4 modules:

rebuilding 8 releases of org.apache.maven.plugins:maven-wrapper-plugin:

  • 7 releases were found successfully fully reproducible (100% reproducible artifacts ✅),
  • 1 had issues (some unreproducible artifacts ⚠️, see eventual 🔍 diffoscope and/or 📝 issue tracker links):
version build spec result: reproducible? size
3.3.2 mvn jdk21 result: 21 ✅ 906K
3.3.1 mvn jdk21 result: 21 ✅ 900K
3.3.0 mvn jdk21 result: 21 ✅ 899K
3.2.0 mvn jdk17 result: 15 ✅ 410K
3.1.1 mvn jdk8 result: 14 ✅ 356K
3.1.0 mvn jdk8 result: 14 ✅ 351K
3.0.2 mvn jdk8 w result: 2 ✅ 2 ⚠️ 🔍 95K
3.0.1 mvn jdk8 w result: 4 ✅ 89K

(size is calculated without javadoc, that has been excluded from reproducibility checks)