You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dave Wichers (Jira)" <ji...@apache.org> on 2022/07/25 15:49:00 UTC

[jira] [Created] (MSITE-907) Last Published not been calculated by site plugin

Dave Wichers created MSITE-907:
----------------------------------

             Summary: Last Published not been 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


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)