You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/08/02 19:14:16 UTC

svn commit: r682016 - /maven/pom/trunk/maven/src/site/site.xml

Author: dennisl
Date: Sat Aug  2 10:14:16 2008
New Revision: 682016

URL: http://svn.apache.org/viewvc?rev=682016&view=rev
Log:
o Make breadcrumbs and the menu for "Maven Projects" inherited.

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

Modified: maven/pom/trunk/maven/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site/site.xml?rev=682016&r1=682015&r2=682016&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site/site.xml (original)
+++ maven/pom/trunk/maven/src/site/site.xml Sat Aug  2 10:14:16 2008
@@ -35,8 +35,8 @@
     <version>1.0.1</version>
   </skin>
 
-  <publishDate format="yyyy-MM-dd" position="left" />
-  <version position="left" />
+  <publishDate format="yyyy-MM-dd" position="right" />
+  <version position="right" />
 
   <body>
     <head>
@@ -47,6 +47,34 @@
         urchinTracker();
       </script>
     </head>
+
+    <!-- Breadcrumbs that every project will inherit -->
+    <breadcrumbs>
+      <item name="Apache" href="http://www.apache.org/" />
+      <!-- TODO: This is not working well for maven site,
+                 needs to be investigated further before it can be enabled
+      <item name="Maven"  href="http://maven.apache.org/index.html" />
+      -->
+    </breadcrumbs>
+
+    <!-- Menus that every project will inherit -->
     <menu ref="reports" inherit="bottom" />
+
+    <menu name="Maven Projects" inherit="bottom">
+      <item name="Ant Tasks"         href="http://maven.apache.org/ant-tasks/index.html" />
+      <!-- TODO: No site available for archetype yet,
+                 enable this when the site has been deployed
+      <item name="Archetype"         href="http://maven.apache.org/archetype/index.html" />
+      -->
+      <item name="Doxia"             href="http://maven.apache.org/doxia/index.html" />
+      <item name="JXR"               href="http://maven.apache.org/jxr/index.html" />
+      <item name="Maven 1.x"         href="http://maven.apache.org/maven-1.x/index.html" />
+      <item name="Maven 2"           href="http://maven.apache.org/index.html" />
+      <item name="Plugins"           href="http://maven.apache.org/plugins/index.html" />
+      <item name="SCM"               href="http://maven.apache.org/scm/index.html" />
+      <item name="Shared Components" href="http://maven.apache.org/shared/index.html" />
+      <item name="Surefire"          href="http://maven.apache.org/surefire/index.html" />
+      <item name="Wagon"             href="http://maven.apache.org/wagon/index.html" />
+    </menu>
   </body>
 </project>