Author: khmarbaise
Date: Sun Aug 23 15:30:09 2015
New Revision: 1697192
URL: http://svn.apache.org/r1697192
Log:
[MENFORCER-235] Use maven-fluido-skin 1.4
Modified:
maven/enforcer/trunk/src/site/site.xml
Modified: maven/enforcer/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/enforcer/trunk/src/site/site.xml?rev=1697192&r1=1697191&r2=1697192&view=diff
==============================================================================
--- maven/enforcer/trunk/src/site/site.xml (original)
+++ maven/enforcer/trunk/src/site/site.xml Sun Aug 23 15:30:09 2015
@@ -18,11 +18,31 @@ specific language governing permissions
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-stylus-skin</artifactId>
+ <artifactId>maven-fluido-skin</artifactId>
<version>1.4</version>
</skin>
+
+ <custom>
+ <fluidoSkin>
+ <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
+ <googlePlusOne />
+ <googleSearch>
+ <sitesearch>https://maven.apache.org/enforcer/</sitesearch>
+ </googleSearch>
+ </fluidoSkin>
+ </custom>
+
<body>
<breadcrumbs>
<!-- TODO: This breadcrumb should be removed when it has been solved in
the parent -->