Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 4.6 KB

File metadata and controls

38 lines (30 loc) · 4.6 KB

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

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

This project defines 7 modules:

rebuilding 10 releases of org.apache.maven:maven-parent:

  • 7 releases were found successfully fully reproducible (100% reproducible artifacts ✅),
  • 3 had issues (some unreproducible artifacts ⚠️, see eventual 🔍 diffoscope and/or 📝 issue tracker links):
version build spec result: reproducible? size
43 mvn jdk17 result: 25 ✅ 197K
42 mvn jdk17 result: 25 ✅ 210K
41 mvn jdk17 result: 25 ✅ 196K
40 mvn jdk17 result: 21 ✅ 4 ⚠️ 🔍 196K
39 mvn jdk8 result: 14 ✅ 148K
38 mvn jdk8 result: 14 ✅ 148K
37 mvn jdk8 result: 14 ✅ 154K
36 mvn jdk8 result: 14 ✅ 154K
35 mvn jdk8 result: 13 ✅ 1 ⚠️ 152K
34 mvn jdk8 result: 13 ✅ 1 ⚠️ 148K

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