From 4146de4abcfe001b475edd213cc4b85cf03e62b5 Mon Sep 17 00:00:00 2001 From: Patrick Gotthard Date: Mon, 7 Oct 2013 20:23:24 +0200 Subject: [PATCH] Configured skin for project site --- .gitignore | 5 +++- src/site/site.xml | 67 +++++++++++++++++++++++++++-------------------- 2 files changed, 43 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index a6f89c2..2e975ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -/target/ \ No newline at end of file +/.classpath +/.project +/.settings +/target \ No newline at end of file diff --git a/src/site/site.xml b/src/site/site.xml index b4ad00e..4e8df2e 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,30 +1,41 @@ - - ROME fetcher - images/romelogo.png - http://github.com/rometools/ - - - - - - - - - - - - - - - - - - - - - + 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"> + + + org.apache.maven.skins + maven-fluido-skin + 1.3.0 + + + + ROME fetcher + images/romelogo.png + http://github.com/rometools/ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file