<?xml version="1.0" encoding="UTF-8"?>
<!--
 #%L
  Mavenpom

  $Id: site.xml 1312 2012-08-10 15:42:31Z tchemit $
  $HeadURL: http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-3.4.1/mavenpomdoc/src/site/site.xml $
  %%
  Copyright (C) 2009 - 2010 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}">

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

  <custom>
    <fluidoSkin>
      <topBarEnabled>false</topBarEnabled>
      <googleSearch/>
      <sideBarEnabled>true</sideBarEnabled>
      <searchEnabled>true</searchEnabled>
      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
    </fluidoSkin>
  </custom>

  <bannerLeft>
    <name>MavenPom</name>
    <href>index.html</href>
  </bannerLeft>

  <bannerRight>
    <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src>
    <href>http://codelutin.com</href>
  </bannerRight>

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

  <body>

    <head>
      <script type="text/javascript"
              src="http://maven-site.nuiton.org/public/js/mavenpom-site.js">
      </script>

      <link rel="stylesheet" type="text/css"
            href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/>
    </head>

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

    <links>
      <item name="chorem.org" href="http://www.chorem.org"/>
      <item name="nuiton.org" href="http://www.nuiton.org"/>
      <item name="forge.codelutin.com" href="http://www.forge.codelutin.com"/>
      <item name="CodeLutin" href="http://codelutin.com"/>
    </links>

    <menu ref="modules"/>

    <menu name="mavenpom">
      <item name="Accueil" href="mavenpom/index.html"/>
      <item name="Propriétés" href="mavenpom/properties.html"/>
      <item name="Profiles" href="mavenpom/profiles.html"/>
      <item name="Configuration des serveurs" href="mavenpom/repositories.html"/>
      <item name="Faire une release de mavenpom" href="mavenpom/release.html"/>
      <item name="Maven best pratices" href="mavenpom/MavenProjectBestPratices.html"/>
    </menu>

    <menu name="mavenpom4redmine">
      <item name="Accueil" href="mavenpom4redmine/index.html"/>
      <item name="Pom minimal" href="mavenpom4redmine/minimalpom.html"/>
      <item name="Profiles" href="mavenpom4redmine/profiles.html"/>
      <item name="Propriétés" href="mavenpom4redmine/properties.html"/>
      <item name="Configuration des serveurs" href="mavenpom4redmine/repositories.html"/>
      <item name="Faire une release" href="mavenpom4redmine/release.html"/>
    </menu>

    <menu name="mavenpom4redmineAndCentral">
      <item name="Accueil" href="mavenpom4redmineAndCentral/index.html"/>
      <item name="Pom minimal" href="mavenpom4redmineAndCentral/minimalpom.html"/>
      <item name="Faire une release" href="mavenpom4redmineAndCentral/release.html"/>
    </menu>

    <menu name="mavenpom4labs">
      <item name="Accueil" href="mavenpom4labs/index.html"/>
      <item name="Pom minimal" href="mavenpom4labs/minimalpom.html"/>
      <item name="Profiles" href="mavenpom4labs/profiles.html"/>
      <item name="Propriétés" href="mavenpom4labs/properties.html"/>
      <item name="Faire une release" href="mavenpom4labs/release.html"/>
    </menu>

    <menu ref="reports"/>

    <footer>

      <div id='projectMetas'
           projectversion='${project.version}'
           platform='${project.platform}'
           projectid='${project.projectId}'
           scm='${project.scm.url}'
           scmwebeditorenabled='${project.scmwebeditorEnabled}'
           scmwebeditorurl='${project.scmwebeditorUrl}'
           siteSourcesType='${project.siteSourcesType}'
           piwikEnabled='${project.piwikEnabled}'
           piwikId='${project.piwikId}'>
      </div>
    </footer>

  </body>
</project>
