blob: 253cdd1595916fe7b40f460e0150f2e02eed2e1d [file] [log] [blame]
simonetripodi35719a32012-03-27 17:55:13 +02001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
4 name="${project.name}">
5
6 <skin>
7 <groupId>org.apache.maven.skins</groupId>
8 <artifactId>maven-fluido-skin</artifactId>
9 <version>1.1</version>
10 </skin>
11
12 <custom>
13 <fluidoSkin>
14 <topBarEnabled>true</topBarEnabled>
15 <sideBarEnabled>false</sideBarEnabled>
16 <twitter>
17 <user>cowtowncoder</user>
18 <showUser>true</showUser>
19 <showFollowers>true</showFollowers>
20 </twitter>
21 </fluidoSkin>
22 </custom>
23
24 <publishDate format="dd MMMM yyyy" position="left" />
25 <version position="left" />
26
27 <body>
28 <menu name="User guide">
29 <!-- TODO -->
30 </menu>
31
32 <menu ref="reports" inherit="bottom" />
33 </body>
34</project>