Maven introduced with the latest updates the feature to generate reproducible jars.
https://maven.apache.org/guides/mini/guide-reproducible-builds.html
It would be great if the repackage goal of the spring boot plugin would reuse the property <project.build.outputTimestamp> if available and use it for the fatjar timestamp and the zip contents itself.
This is the last obstacle of getting binary equivalent outputs for building the same git revision.