This is an automated email from the git hooks/post-receive script. New commit to branch develop-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 933cdb0662e372227517110ffbdc14c068ba85d1 Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Mar 8 11:58:11 2017 +0100 adapt site --- src/site/site.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/site/site.xml b/src/site/site.xml index 5a78984..991aa66 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -26,6 +26,26 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.4</version> + </skin> + + <custom> + <fluidoSkin> + <topBarEnabled>false</topBarEnabled> + <googleSearch/> + <sideBarEnabled>true</sideBarEnabled> + <searchEnabled>true</searchEnabled> + <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> + <breadcrumbDivider>ยป</breadcrumbDivider> + </fluidoSkin> + </custom> + + <publishDate position="right"/> + <version position="right"/> + <bannerLeft> <name>${project.name}</name> <src>${siteCommonResourcesUrl}/images/logos/jaxx-logo.png</src> @@ -49,6 +69,10 @@ <body> + <head> + <script type="text/javascript" src="http://common.nuiton.org/dev/js/mavenpom-site.js"> </script> + <link rel="stylesheet" type="text/css" href="http://common.nuiton.org/dev/css/mavenpom-site.css"/> + </head> <links> <item name="nuiton.org" href="https://forge.nuiton.org"/> <item name="CodeLutin" href="http://codelutin.com"/> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.