Hi All: In order to not run into Apache RAT plugin problems mentioned here before [1], I run the latest Maven site plugin. While this solves the issue, this causes other problems like it apparently not running templates, I think.
To reproduce git clone https://gitbox.apache.org/repos/asf/commons-parent Run 'mvn clean site' and open target/site/index.html You will see a grey bar at the top with the string $dateFormat.applyPattern( $format )$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateValue|$i18n.getString( "site-renderer", $locale, "template.version" ): 54-SNAPSHOT I Instead, this should be rendered obviously. Any thoughts? TY! Gary [1] https://issues.apache.org/jira/browse/RAT-300 and https://issues.apache.org/jira/browse/RAT-309