Description
In multi module builds, the plugin io.github.zlika:reproducible-build-maven-plugin
causes maven no not properly detect when a dependency has changed, and it recompiles modules without any change.
maven supports reproducible builds via the property project.build.outputTimestamp
that we could use instead. See: https://maven.apache.org/guides/mini/guide-reproducible-builds.html
See https://github.com/itsallcode/openfasttrace/blob/main/parent/pom.xml as example for a multi module project.