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-cache.git
commit 25595b2593f753adbdbd3078da22a074f1a6c92e Author: Georg Kallidis <[email protected]> AuthorDate: Tue Dec 14 11:43:19 2021 +0100 Remove duplicate custom/skin setting (since Turbine Parent 11 --- src/site/site.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index be0a12e..e5b0a0f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -22,12 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd" name="Fulcrum Cache"> - - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.8</version> - </skin> + <body> <menu name="Overview"> @@ -42,10 +37,5 @@ </menu> </body> - <custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <sideBarEnabled>true</sideBarEnabled> - </fluidoSkin> - </custom> + </project>
