The Apache Maven team is pleased to announce the release of the Maven
Fluido Skin, version 2.0.0.
https://maven.apache.org/skins/maven-fluido-skin/
You should specify the version in your project's site configuration:
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>2.0.0</version>
</skin>
Import: This release requires Maven Site Plugin 3.21.0+ to run
Release Notes - Maven Fluido Skin - Version 2.0.0
** Bug
* [MSKINS-195] - Refresh script of Twitter Follow button
* [MSKINS-197] - CSS never applied to <p> and <dt> in section elements
* [MSKINS-198] - Don't apply font size for <code /> in heading elements
* [MSKINS-204] - Make MSKINS-76 ITs more tolerant
* [MSKINS-205] - CSS shall only apply to <p> and <dt> if they are
immediate children of <section>
* [MSKINS-207] - Fix CSS class replacement with change caused in
DOXIA-674
* [MSKINS-217] - CSS shall only apply to <dl> and <div
class="verbatim"> if they are immediate children of <section>
* [MSKINS-222] - Template does not properly escape reserved XML chars
* [MSKINS-224] - Ampersand gets un-escaped in menu item
* [MSKINS-230] - Text in <th>/<td> ignore default alignment
* [MSKINS-231] - site.vm contains untranslated "External Links" label
* [MSKINS-233] - site-macros.vm contains untranslated "Edit" label
* [MSKINS-234] - Disabling 'topBarEnabled' doesn't remove padding
* [MSKINS-235] - wrong META-INF/LICENSE and META-INF/NOTICE in
release jar
* [MSKINS-239] - Remove support for defunct Flattr site
* [MSKINS-245] - Maven Site 4 will break code highlight of site
generated by Markdown
* [MSKINS-248] - If $bodyContent is empty HTML code is distorted
* [MSKINS-249] - Fix for MSKINS-245 does not cover all cases
* [MSKINS-250] - bannerLeft/Right have external link decoration
when consisting only out of image
** New Feature
* [MSKINS-202] - Support Maven report standalone mode
** Improvement
* [MSKINS-170] - Allow to show name as headline in addition to
bannerLeft
* [MSKINS-206] - Apply CSS margins to tables as well
* [MSKINS-210] - Don't print CSS class for <li> if none has been
provided
* [MSKINS-211] - Print href in anchors for #link() IF href has been
provided
* [MSKINS-212] - Simplify IT verification with more Groovy features
* [MSKINS-226] - Add custom option to explicitly enable AnchorJS
along with options
* [MSKINS-251] - Make image class optional
** Task
* [MSKINS-101] - Remove decorationModel/custom/publishDate from
skin-macros.vm
* [MSKINS-200] - Remove deprecated Piwik integration
* [MSKINS-201] - Replace deprecated
DecorationModel#getGoogleAnalyticsAccountId() with custom value
* [MSKINS-221] - Update template to reflect verbatim block changes
in Doxia 2.0.0-M6
* [MSKINS-237] - Rework skin for new site model
** Dependency upgrade
* [MSKINS-199] - Upgrade to Doxia Sitetools to 2.0.0-M4
* [MSKINS-213] - Upgrade to Doxia Sitetools to 2.0.0-M5
* [MSKINS-216] - Fix issue with missing dependency to plexus-utils
in minify-maven-plugin and Maven 3.9.x
* [MSKINS-218] - Upgrade to Parent 39
* [MSKINS-219] - Upgrade to Doxia Sitetools to 2.0.0-M6
* [MSKINS-225] - Upgrade to Doxia Sitetools 2.0.0-M7
* [MSKINS-227] - Upgrade to AnchorJS 4.3.1
* [MSKINS-232] - Upgrade to Doxia Sitetools 2.0.0-M11
* [MSKINS-238] - Upgrade to Parent 40
* [MSKINS-243] - Update to Skin Parent POM 41
* [MSKINS-246] - Upgrade plugins and components (in ITs)
* [MSKINS-247] - Upgrade to Parent 42
* [MSKINS-252] - Upgrade to Parent 43
* [MSKINS-255] - Upgrade to Doxia 2.0.0 GA Stack
Enjoy,
-The Apache Maven team