You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by vs...@apache.org on 2008/12/23 15:43:33 UTC

svn commit: r728973 - /maven/surefire/trunk/src/site/site.xml

Author: vsiveton
Date: Tue Dec 23 06:43:32 2008
New Revision: 728973

URL: http://svn.apache.org/viewvc?rev=728973&view=rev
Log:
o using maven-stylus-skin snap due to r728944

Modified:
    maven/surefire/trunk/src/site/site.xml

Modified: maven/surefire/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/src/site/site.xml?rev=728973&r1=728972&r2=728973&view=diff
==============================================================================
--- maven/surefire/trunk/src/site/site.xml (original)
+++ maven/surefire/trunk/src/site/site.xml Tue Dec 23 06:43:32 2008
@@ -20,42 +20,13 @@
 -->
 
 <project name="Surefire">
-  <!-- TODO: banners, skin, publish date, version should be inherited from Maven itself -->
-  <bannerLeft>
-    <name>${project.name}</name>
-    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/surefire</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
-  </bannerRight>
+  <!-- TODO remove when using Maven Parent 11+ -->
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-stylus-skin</artifactId>
+    <version>1.1-SNAPSHOT</version>
   </skin>
-  <publishDate format="dd MMM yyyy" position="left"/>
-  <version position="left"/>
   <body>
-    <!-- TODO: Link, head, reports should be inherited -->
-    <!-- TODO: use breadcrumbs more structure, links for links, and inherit subprojects as a menu or not at all -->
-    <links>
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
-      <item name="Maven 2.x" href="http://maven.apache.org/"/>
-      <item name="Maven 2.x Plugins" href="http://maven.apache.org/plugins/"/>
-      <item name="SCM" href="http://maven.apache.org/scm"/>
-      <item name="Wagon" href="http://maven.apache.org/wagon"/>
-      <item name="JXR" href="http://maven.apache.org/jxr"/>
-      <item name="Doxia" href="http://maven.apache.org/doxia"/>
-    </links>
-    <head>
-      <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-      </script>
-      <script type="text/javascript">
-        _uacct = "UA-140879-1";
-        urchinTracker();
-      </script>
-    </head>
     <menu ref="modules"/>
     <menu ref="reports" inherit="bottom"/>
   </body>