aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
488 stars 180 forks source link

Makes update of outputTimestamp property optional #310

Closed elektro-wolle closed 2 years ago

elektro-wolle commented 2 years ago

Allow outputTimestamp to be set to a fix value, not the current Date. In my use-case, project.build.outputTimestamp is set to ${git.commit.time} in the pom and allows a binary reproducible build of any given tag/commit-id. Whether it is a release or not. But using a fixed timestamp during development commits breaks (in my case) things like last-modified headers in http responses.

aleksandr-m commented 2 years ago

@elektro-wolle Thank you for the PR and explanation.

aleksandr-m commented 2 years ago

@elektro-wolle 1.17.0 is out.