Skip to content

Zlika/reproducible-build-maven-plugin

Repository files navigation

reproducible-build-maven-plugin

Build Status Coverage Status Codacy Badge Maven Central

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.

Requirements

  • Java 8 or newer
  • Maven 3.0.0 or newer

How to compile

To compile the project and run its integration tests:

mvn clean install -Prun-its