This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-parser.git
commit 617b232dde85b847913fb44d9588f862d614478a Author: Georg Kallidis <[email protected]> AuthorDate: Tue Dec 14 11:43:20 2021 +0100 Remove duplicate custom/skin setting (since Turbone Parent 10 --- src/site/site.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index e8df86d..6b8d74d 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -22,11 +22,6 @@ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd" name="Fulcrum Parser"> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> - </skin> <body> <menu name="Overview"> @@ -34,10 +29,4 @@ </menu> </body> - <custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <sideBarEnabled>true</sideBarEnabled> - </fluidoSkin> - </custom> </project>
