Configured skin for project site

This commit is contained in:
Patrick Gotthard 2013-10-07 20:23:24 +02:00
parent 295ef346c5
commit 4146de4abc
2 changed files with 43 additions and 29 deletions

5
.gitignore vendored
View file

@ -1 +1,4 @@
/target/
/.classpath
/.project
/.settings
/target

View file

@ -3,13 +3,23 @@
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"
name="ROME fetcher">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
</skin>
<bannerLeft>
<name>ROME fetcher</name>
<src>images/romelogo.png</src>
<href>http://github.com/rometools/</href>
</bannerLeft>
<publishDate position="right" />
<version position="right" />
<body>
<menu name="ROME Fetcher">
<item name="Overview" href="index.html" />
@ -27,4 +37,5 @@
</menu>
<menu ref="reports" />
</body>
</project>