Updated Branches:
  refs/heads/master 8970909cf -> 1479079a2

use last fluido with topbar


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/1479079a
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/1479079a
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/1479079a

Branch: refs/heads/master
Commit: 1479079a2082738a832d0b2bc4dc11d57e574a04
Parents: d68014c
Author: olivier lamy <ol...@apache.org>
Authored: Tue Dec 11 22:07:29 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Dec 11 22:07:29 2012 +0100

----------------------------------------------------------------------
 maven-surefire-plugin/src/site/site.xml |    4 +---
 src/site/site.xml                       |   14 +++++++++++++-
 2 files changed, 14 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/1479079a/maven-surefire-plugin/src/site/site.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/src/site/site.xml 
b/maven-surefire-plugin/src/site/site.xml
index 2058dfe..78db8d6 100644
--- a/maven-surefire-plugin/src/site/site.xml
+++ b/maven-surefire-plugin/src/site/site.xml
@@ -34,6 +34,7 @@
       <item name="Feature matrix" href="featurematrix.html"/>
       <item name="API" href="api.html"/>
       <item name="FAQ" href="faq.html"/>
+      <item name="Developing" href="developing.html"/>
     </menu>
     <menu name="Examples">
       <item name="Using TestNG" href="examples/testng.html"/>
@@ -47,8 +48,5 @@
       <item name="Configuring the Classpath" 
href="examples/configuring-classpath.html"/>
       <item name="Selecting providers" href="examples/providers.html"/>
     </menu>
-    <menu name="Developer Center">
-      <item name="Developing" href="developing.html"/>
-    </menu>
   </body>
 </project>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/1479079a/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 3df239d..db1de94 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -33,8 +33,20 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.2.2</version>
+    <version>1.3.0</version>
   </skin>
+
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <sideBarEnabled>false</sideBarEnabled>
+      <googleSearch>
+        <sitesearch>${project.url}</sitesearch>
+      </googleSearch>
+    </fluidoSkin>
+
+  </custom>
+
   <body>
     <menu ref="modules"/>
     <menu ref="reports" inherit="bottom"/>

Reply via email to