A Maven plugin to make your build byte-for-byte reproducible. Cf. http://zlika.github.io/reproducible-build-maven-plugin/
See also moot, a script that downloads given versions of Maven and the JDK and runs the build with them. This script helps fixing non-reproducibilities that cannot be fixed by the reproducible-build-maven-plugin.
- Java 8 or newer
- Maven 3.0.0 or newer
To compile the project and run its integration tests:
mvn clean install -Prun-its