Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.1
-
None
-
None
Description
I am using <project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp> as the setting for reproducible timestamps to use the git timestamp as the timestamp for the reproducible build.
When running "release:prepare", the plugin replaces this property reference with an actual timestamp, thus my setting gets lost. I am not interested in having a value there, I'd like to use the git timestamp.
There seems to be no setting to not clobber this value.