apache / pulsar-adapters

Apache Pulsar Adapters
https://pulsar.apache.org/
24 stars 31 forks source link

enable Reproducible Builds #39

Closed hboutemy closed 1 year ago

hboutemy commented 2 years ago

Motivation

see https://maven.apache.org/guides/mini/guide-reproducible-builds.html

Modifications

enable Reproducible Builds with project.build.outputTimestamp property upgrade parent POM version to benefit from newer plugins releases that use previous configuration improve shell script to make timestamps of modified content reproducible

Verifying this change

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

Does this pull request potentially affect one of the following parts:

If yes was chosen, please highlight the changes

Documentation