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 2012/07/06 17:59:40 UTC

svn commit: r1358286 - /maven/resources/trunk/src/site/site.xml

Author: olamy
Date: Fri Jul  6 15:59:39 2012
New Revision: 1358286

URL: http://svn.apache.org/viewvc?rev=1358286&view=rev
Log:
better banner with this skin

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

Modified: maven/resources/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/src/site/site.xml?rev=1358286&r1=1358285&r2=1358286&view=diff
==============================================================================
--- maven/resources/trunk/src/site/site.xml (original)
+++ maven/resources/trunk/src/site/site.xml Fri Jul  6 15:59:39 2012
@@ -20,6 +20,16 @@
   -->
 
 <project>
+
+  <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>