Re: Ensure Reproducible builds in mvn release:prepare ?

2023-02-13 Thread Tamás Cservenák
Howdy, Just an idea: maybe use https://maven.apache.org/plugins/maven-artifact-plugin/check-buildplan-mojo.html in the release profile? HTH T On Sun, Feb 12, 2023 at 4:20 PM Niels Basjes wrote: > Hi, > > I'm trying to make my first project conform to the reproducible builds. > > One thing I wo

Ensure Reproducible builds in mvn release:prepare ?

2023-02-12 Thread Niels Basjes
Hi, I'm trying to make my first project conform to the reproducible builds. One thing I would like to have is that while doing the `mvn release:prepare` have a check that verifies that I have not broken my build reproducibility. I think this would be the appropriate place to avoid releasing a bad