The Apache Maven team is pleased to announce the release of the Maven
Fluido Skin, version 2.0.0-M10.
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-M10</version>
</skin>
Import: This release requires Maven Site Plugin 4.0.0-M10/Doxia
Sitetools 2.0.0-M12 to run
Release Notes - Maven Fluido Skin - Version 2.0.0-M10
** Bug
* [MSKINS-248] - If $bodyContent is empty HTML code is distorted
* [MSKINS-249] - Fix for MSKINS-245 does not cover all cases
** Improvement
* [MSKINS-226] - Add custom option to explicitly enable AnchorJS
along with options
Enjoy,
-The Apache Maven team