You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/06/05 14:43:28 UTC

svn commit: r1746924 - /maven/shared/trunk/maven-shared-utils/src/site/site.xml

Author: khmarbaise
Date: Sun Jun  5 14:43:27 2016
New Revision: 1746924

URL: http://svn.apache.org/viewvc?rev=1746924&view=rev
Log:
[MSHARED-548] Inherit Site Configuration

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

Modified: maven/shared/trunk/maven-shared-utils/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/site/site.xml?rev=1746924&r1=1746923&r2=1746924&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/src/site/site.xml (original)
+++ maven/shared/trunk/maven-shared-utils/src/site/site.xml Sun Jun  5 14:43:27 2016
@@ -21,31 +21,6 @@ under the License.
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0" 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">
 
-  <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.5</version>
-  </skin>
-
-  <custom>
-    <fluidoSkin>
-      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
-      <googlePlusOne />
-      <googleSearch>
-        <sitesearch/>
-      </googleSearch>
-    </fluidoSkin>
-  </custom>
-
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>