[ https://issues.apache.org/jira/browse/MSITE-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571048#comment-17571048 ]
Dave Wichers commented on MSITE-907: ------------------------------------ Upgrading to the maven-fluido-skin:1.11.1 did indeed fix the issue. I'm now seeing: Last Published: 2022-07-25| Version: 1.7.0.1-dev Any chance this problem could be detected and some kind of warning generated encouraging people to upgrade to a version of maven-fluido-skin (or some other skin) that works? > Last Published not being calculated by site plugin > -------------------------------------------------- > > Key: MSITE-907 > URL: https://issues.apache.org/jira/browse/MSITE-907 > Project: Maven Site Plugin > Issue Type: Bug > Components: site:run > Affects Versions: 4.0.0-M3 > Reporter: Dave Wichers > Priority: Major > Fix For: waiting-for-feedback, wontfix-candidate > > > If you run: mvn site against the main branch of this project: > [https://github.com/nahsra/antisamy] > Instead of generating: Last Published: 2022-07-25| Version: 1.7.0.1-dev. (on > all the generated pages) > It generates: $i18n.getString( "site-renderer", $locale, > "template.lastpublished" ): $dateValue| $i18n.getString( "site-renderer", > $locale, "template.version" ): 1.7.0.1-dev > I even tried using: version 4.0.0-M3. The 3.12.0 release works fine for my > project. > Is something configured wrong in my use of the v4 version of this plugin? I > didn't change any of my configuration when upgrading from 3.12.0 to 4.0.0.X. > Or is this a bug? > I'm likely to commit a change to the pom soon to set it back to 3.12.0. If > that is the case, you'll have to change the import to 4.0.0-M3 to replicate > this bug. > I'm using Java 8, which I know is really old, if that matters. I just tested > with Java 11 and 15, and that didn't change the behavior. -- This message was sent by Atlassian Jira (v8.20.10#820010)