Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 3.67 KB

File metadata and controls

33 lines (25 loc) · 3.67 KB

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

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

This project defines 6 modules:

rebuilding 6 releases of org.apache.maven.plugins:maven-release-plugin:

  • 6 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
3.0.1 mvn jdk17 result: 18 ✅ 2.4M
3.0.0 mvn jdk8 w result: 18 ✅ 2.4M
3.0.0-M7 mvn jdk8 w result: 18 ✅ 2.4M
3.0.0-M6 mvn jdk8 result: 18 ✅ 2.4M
3.0.0-M5 mvn jdk8 w result: 18 ✅ 2.4M
3.0.0-M4 mvn jdk8 w result: 18 ✅ 2.4M

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