[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837181#comment-17837181
]
Konrad Windszus commented on DOXIASITETOOLS-329:
------------------------------------------------
The simple modification date does not work well with SCMs (as each
clone/checkout has a different modification date). Rather one needs to leverage
the common modification date coming from the SCM. This requires
https://issues.apache.org/jira/browse/SCM-914 and leveraging that library to
populate the context variable. As this calculation might lead to some overhead,
there should be an explicit opt-in flag to populate the variable.
> Expose lastModification date in addition to publishDate in Velocity Context
> ---------------------------------------------------------------------------
>
> Key: DOXIASITETOOLS-329
> URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-329
> Project: Maven Doxia Sitetools
> Issue Type: Improvement
> Components: Site renderer
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
>
> Currently only the published date (the same for the whole site) is available
> in the Velocity context
> (https://github.com/apache/maven-doxia-sitetools/blob/5fe4a4c5359e6a23b78f385e15f77767cadaee99/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java#L495).
> It would be useful to also populate the lastModification date of the doxia
> source file (if available).
> That way one could expose a more useful date for end-users (as the publish
> date rarely is equal to the date when a page was last touched). Obviously for
> Sinks/Documents not based on Doxia source files this is not available.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)