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-factory.git
commit bfd7d253cf1568814f32ccc1fcdc21feb71b46b5 Author: Georg Kallidis <[email protected]> AuthorDate: Tue Dec 14 11:43:19 2021 +0100 Remove duplicate custom/skin setting (since Turbone Parent 10 --- src/site/site.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 6b7f7d0..2da20e2 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 Factory"> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> - </skin> <body> <menu name="Overview"> @@ -34,11 +29,5 @@ <item name="ToDos" href="/tasks.html" /> </menu> </body> - - <custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <sideBarEnabled>true</sideBarEnabled> - </fluidoSkin> - </custom> + </project>
