andriusvelykis / reflow-maven-skin

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.
http://andriusvelykis.github.io/reflow-maven-skin/
Apache License 2.0
132 stars 57 forks source link

Make it possible to disable the generation of any timestamp. #72

Open chrisdutz opened 6 years ago

chrisdutz commented 6 years ago

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 commented 6 years ago

Any reason not to merge this?

olamy commented 2 years ago

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