aboutsummaryrefslogtreecommitdiff
path: root/src/site/site.xml
blob: 485c54251f3e6f64697eacb088d4b906c95041bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<project>

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

  <bannerLeft>
    <name>${project.name}</name>
  </bannerLeft>

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

  <body>
    <menu name="Overview">
      <item name="Introduction" href="index.html" />
      <item name="Download" href="download.html" />
    </menu>
    <menu ref="modules" />
    <menu ref="reports" />

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

</project>