Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 3.21 KB

File metadata and controls

27 lines (19 loc) · 3.21 KB

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

Source code: https://gitbox.apache.org/repos/asf/maven-plugin-testing.git

This project defines 2 modules:

rebuilding 4 releases of org.apache.maven.plugin-testing:maven-plugin-testing:

  • 4 releases were found successfully fully reproducible (100% reproducible artifacts ✅),
  • 0 had issues (some unreproducible artifacts ⚠️, see eventual 🔍 diffoscope and/or 📝 issue tracker links):
version build spec result: reproducible? size
4.0.0-beta-2 mvn jdk22 result: 11 ✅ 1000K
4.0.0-beta-1 mvn jdk21 result: 9 ✅ 903K
4.0.0-alpha-2 mvn jdk17 result: 10 ✅ 1001K
4.0.0-alpha-1 mvn jdk17 result: 6 ✅ 256K

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