On 11/1/15 9:52 AM, Hervé BOUTEMY wrote:
why copy/paste? isn't it inherited?
It is not inherited...

That's the reason why i change the maven-shared-components pom to use it in other shared components...


Regards,

Hervé

Le samedi 31 octobre 2015 17:47:33 [email protected] a écrit :
Author: khmarbaise
Date: Sat Oct 31 17:47:33 2015
New Revision: 1711655

URL: http://svn.apache.org/viewvc?rev=1711655&view=rev
Log:
[MPOM-91] Use fluido skin.

Modified:
     maven/shared/trunk/maven-shared-components/src/site/site.xml

Modified: maven/shared/trunk/maven-shared-components/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/src
/site/site.xml?rev=1711655&r1=1711654&r2=1711655&view=diff
===========================================================================
=== --- maven/shared/trunk/maven-shared-components/src/site/site.xml
(original) +++ maven/shared/trunk/maven-shared-components/src/site/site.xml
Sat Oct 31 17:47:33 2015 @@ -20,6 +20,30 @@ under the License.
  -->

  <project>
+  <bannerLeft>
+    <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>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.4</version>
+  </skin>
+
+  <custom>
+    <fluidoSkin>
+      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
+      <googlePlusOne />
+      <googleSearch>
+        <sitesearch/>
+      </googleSearch>
+    </fluidoSkin>
+  </custom>
    <body>
      <breadcrumbs>
        <item name="Shared Components"

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to