The Apache Maven team is pleased to announce the release of the Maven
Fluido Skin, version 2.0.0-M8.
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-M8</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-M8
** Bug
* [MSKINS-235] - wrong META-INF/LICENSE and META-INF/NOTICE in
release jar
** Improvement
* [MSKINS-170] - Allow to show name as headline in addition to
bannerLeft
** Task
* [MSKINS-237] - Rework skin for new site model
** Dependency upgrade
* [MSKINS-238] - Upgrade to Parent 40
Enjoy,
-The Apache Maven team