<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  Pom
  %%
  Copyright (C) 2014 - 2017 CodeLutin
  %%
  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 General Lesser Public License for more details.
  
  You should have received a copy of the GNU General Lesser Public
  License along with this program.  If not, see
  <http://www.gnu.org/licenses/lgpl-3.0.html>.
  #L%
  -->

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

  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-fluido-skin</artifactId>
    <version>${fluidoSkinVersion}</version>
  </skin>

  <custom>
    <fluidoSkin>
      <topBarEnabled>false</topBarEnabled>
      <googleSearch>false</googleSearch>
      <sideBarEnabled>true</sideBarEnabled>
      <searchEnabled>true</searchEnabled>
      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
      <piwik>
        <piwikUrl>piwik.codelutin.com</piwikUrl>
      </piwik>
      <breadcrumbDivider>»</breadcrumbDivider>
    </fluidoSkin>
  </custom>

  <publishDate position="right"/>
  <version position="right"/>

  <!-- chatellier : temp disabled not working with m-site-p 3.6
  <poweredBy>
    <logo href="http://maven.apache.org" name="Maven" img="${siteCommonResourcesUrl}/images/logos/maven-feather.png"/>
  </poweredBy>-->

  <body>

    <head>
    <![CDATA[
      <script type="text/javascript" src="${siteCommonResourcesUrl}/js/pom-site.js"> </script>
      <link rel="stylesheet" type="text/css" href="${siteCommonResourcesUrl}/css/mavenpom-site.css"/>
    ]]>
    </head>

  </body>

</project>
