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/13 09:50:20 UTC

svn commit: r1213601 - /maven/wagon/trunk/src/site/site.xml

Author: olamy
Date: Tue Dec 13 08:50:19 2011
New Revision: 1213601

URL: http://svn.apache.org/viewvc?rev=1213601&view=rev
Log:
use fluido skin

Modified:
    maven/wagon/trunk/src/site/site.xml

Modified: maven/wagon/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/src/site/site.xml?rev=1213601&r1=1213600&r2=1213601&view=diff
==============================================================================
--- maven/wagon/trunk/src/site/site.xml (original)
+++ maven/wagon/trunk/src/site/site.xml Tue Dec 13 08:50:19 2011
@@ -23,6 +23,22 @@ under the License.
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <version position="right" />
+
+  <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>
     <menu ref="modules" />
     <menu ref="reports" />