You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/12/01 09:20:58 UTC

svn commit: r1208992 - /maven/maven-3/trunk/src/site/site.xml

Author: olamy
Date: Thu Dec  1 08:20:57 2011
New Revision: 1208992

URL: http://svn.apache.org/viewvc?rev=1208992&view=rev
Log:
use new fluido skin for core ref site

Modified:
    maven/maven-3/trunk/src/site/site.xml

Modified: maven/maven-3/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/src/site/site.xml?rev=1208992&r1=1208991&r2=1208992&view=diff
==============================================================================
--- maven/maven-3/trunk/src/site/site.xml (original)
+++ maven/maven-3/trunk/src/site/site.xml Thu Dec  1 08:20:57 2011
@@ -20,7 +20,24 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
+  name="Apache Maven">
+
+  <bannerLeft>
+    <name>${project.name}</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maventxt_logo_200.gif</src>
+  </bannerRight>
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.0</version>
+  </skin>
+
   <body>
     <breadcrumbs>
       <item name="Ref" href="../" />