reflow-maven-skin icon indicating copy to clipboard operation
reflow-maven-skin copied to clipboard

Make it possible to disable the generation of any timestamp.

Open chrisdutz opened this issue 7 years ago • 2 comments

Usually you can disable the generation of a date or timestamp by setting:

  <publishDate position="none"/>

Unfortunately the timestamp in the template header is always output. This is causing problems with Apache's gitpubsub system as every file changes with every build. I updated the template to only output the timestamp if the publishDate position is not set to none.

chrisdutz avatar Dec 29 '17 15:12 chrisdutz

Any reason not to merge this?

chrisdutz avatar May 30 '18 08:05 chrisdutz

fixed here https://github.com/olamy/reflow-maven-skin/pull/12

olamy avatar Apr 23 '22 11:04 olamy