You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/02/24 08:06:40 UTC

svn commit: r1732025 - /maven/skins/trunk/maven-fluido-skin/src/site/site.xml

Author: hboutemy
Date: Wed Feb 24 07:06:40 2016
New Revision: 1732025

URL: http://svn.apache.org/viewvc?rev=1732025&view=rev
Log:
copy/paste banners definition waiting for parent pom

Modified:
    maven/skins/trunk/maven-fluido-skin/src/site/site.xml

Modified: maven/skins/trunk/maven-fluido-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/site.xml?rev=1732025&r1=1732024&r2=1732025&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/site/site.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/site.xml Wed Feb 24 07:06:40 2016
@@ -22,9 +22,16 @@ 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">
 
+  <!-- TODO remove when upgrading parent pom to version 30 -->
   <bannerLeft>
     <name>${project.name}</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://www.apache.org/</href>
   </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-logo-black-on-white.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerRight>
 
   <skin>
     <groupId>${project.groupId}</groupId>