You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2013/02/23 00:54:32 UTC

[2/2] git commit: o Add that fancy "Fork me on GitHub" ribbon as seen on maven-skins

Updated Branches:
  refs/heads/master 8f18aa724 -> 88f66f8c7


o Add that fancy "Fork me on GitHub" ribbon as seen on maven-skins


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

Branch: refs/heads/master
Commit: 88f66f8c7d8b522214fa15f12bd35bf2c68d43c2
Parents: b2b934d
Author: Andreas Gudian <an...@gmail.com>
Authored: Sat Feb 23 00:53:56 2013 +0100
Committer: Andreas Gudian <an...@gmail.com>
Committed: Sat Feb 23 00:53:56 2013 +0100

----------------------------------------------------------------------
 src/site/site.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/88f66f8c/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 3cff66b..b92c03d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -43,6 +43,11 @@
       <googleSearch>
         <sitesearch>${project.url}</sitesearch>
       </googleSearch>
+      <gitHub>
+        <projectId>apache/maven-surefire</projectId>
+        <ribbonOrientation>right</ribbonOrientation>
+        <ribbonColor>gray</ribbonColor>
+      </gitHub>
     </fluidoSkin>
 
   </custom>