From 126bd38d797cb0f98bfb15922224c2772629e134 Mon Sep 17 00:00:00 2001 From: Patrick Gotthard Date: Mon, 7 Oct 2013 20:42:26 +0200 Subject: [PATCH] Configured skin for project site --- .gitignore | 5 ++++- src/site/site.xml | 45 ++++++++++++++++++++++++++++----------------- 2 files changed, 32 insertions(+), 18 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 c815b6f..08f97b4 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,19 +1,30 @@ - - ROME - 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 Propono"> + + + org.apache.maven.skins + maven-fluido-skin + 1.3.0 + + + + ROME + images/romelogo.png + http://github.com/rometools/ + + + + + + + + + + + + + + \ No newline at end of file