<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2020 Meeds Association
contact@meeds.io
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

-->
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">

  <bannerLeft>
    <name>Maven Sites for eXo Project</name>
    <src>https://forge.exoplatform.org/exo-static/images/Logo.png</src>
    <href>${site.url}</href>
  </bannerLeft>

  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-fluido-skin</artifactId>
    <version>1.3.1</version>
  </skin>

  <publishDate format="yyyy-MM-dd" position="right"/>
  <version position="right"/>

  <googleAnalyticsAccountId>UA-13124591-7</googleAnalyticsAccountId>

  <body>

    <breadcrumbs>
      <item name="${project.name}" href="${project.url}"/>
    </breadcrumbs>

    <!-- Inherit this menu for parent. -->
    <menu ref="parent" inherit="top" />

    <!-- Inherit this menu for sub modules. -->
    <menu ref="modules" inherit="bottom" />

    <!-- Menus that every project will inherit -->
    <menu ref="reports" inherit="bottom"/>

  </body>

  <custom>
    <fluidoSkin>
      <leftColumnClass>span2</leftColumnClass>
      <bodyColumnClass>span10</bodyColumnClass>
      <topBarEnabled>false</topBarEnabled>
      <sideBarEnabled>true</sideBarEnabled>
      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
      <googleSearch/>
    </fluidoSkin>
  </custom>
</project>