Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 4.54 KB

File metadata and controls

35 lines (27 loc) · 4.54 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 8 releases of org.apache.maven.plugins:maven-release-plugin:

  • 8 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.1.1 mvn jdk8 w result: 29 ✅ 3.9M
3.1.0 mvn jdk8 w result: 29 ✅ 3.9M
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)