This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push: new 3953464 Add comments 3953464 is described below commit 3953464ff9dc66208db3687c656581ee7966bdc7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 5 14:17:40 2024 -0400 Add comments Trying to use org.apache.maven.skins:maven-fluido-skin:2.0.0-M11 and org.apache.maven.plugins:maven-site-plugin:3.20.0 builds but scrambles the HTML output for the Changes and Jira report pages. See also https://lists.apache.org/thread/pgj1gd75hx1dhq9spnl3c70xxt07corx --- pom.xml | 5 +++++ src/site/site.xml | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index b090ec5..bee0bb8 100644 --- a/pom.xml +++ b/pom.xml @@ -192,6 +192,11 @@ <!-- Warning: maven-site-plugin 4.0.0-M3 requires an update to commons-skin site.vm for new variable names. Warning: maven-site-plugin 3.20.0 is not compatible with 3.12.1. + Trying to use + org.apache.maven.skins:maven-fluido-skin:2.0.0-M11 and + org.apache.maven.plugins:maven-site-plugin:3.20.0 + builds but scrambles the HTML output for the Changes and Jira report pages. + See also https://lists.apache.org/thread/pgj1gd75hx1dhq9spnl3c70xxt07corx --> <commons.site-plugin.version>3.12.1</commons.site-plugin.version> <commons.spotbugs.plugin.version>4.8.6.4</commons.spotbugs.plugin.version> diff --git a/src/site/site.xml b/src/site/site.xml index 017377c..3227e24 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -55,6 +55,18 @@ <artifactId>commons-skin</artifactId> <version>4.2</version> </skin> + <!-- + Trying to use + org.apache.maven.skins:maven-fluido-skin:2.0.0-M11 and + org.apache.maven.plugins:maven-site-plugin:3.20.0 + builds but scrambles the HTML output for the Changes and Jira report pages. + See also https://lists.apache.org/thread/pgj1gd75hx1dhq9spnl3c70xxt07corx + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>2.0.0-M11</version> + </skin> + --> <body> <!-- Body links are automatically inherited -->