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/07/13 22:07:49 UTC

svn commit: r676430 - /maven/site/trunk/src/site/site.xml

Author: dennisl
Date: Sun Jul 13 13:07:49 2008
New Revision: 676430

URL: http://svn.apache.org/viewvc?rev=676430&view=rev
Log:
o Add more projects to the "Maven Projects" menu, and order them alphabetically.

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

Modified: maven/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/site.xml?rev=676430&r1=676429&r2=676430&view=diff
==============================================================================
--- maven/site/trunk/src/site/site.xml (original)
+++ maven/site/trunk/src/site/site.xml Sun Jul 13 13:07:49 2008
@@ -150,20 +150,27 @@
       <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
     </menu>
 
-    <menu name="Maven Projects" inherit="bottom">
-      <item name="Maven" href="http://maven.apache.org/"/>
-      <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"/>
-      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
-      <item name="Shared Components" href="/shared/index.html"/>
-    </menu>
-
     <menu name="Related Topics">
       <item name="Repository Management" href="/repository-management.html" />
       <item name="Continuous Integration" href="/continuous-integration.html" />
     </menu>
 
+    <!-- TODO: Inherit Maven Projects -->
+    <menu name="Maven Projects" inherit="bottom">
+      <item name="Ant Tasks"         href="http://maven.apache.org/ant-tasks.html" />
+      <!-- No site available for archetype yet
+      <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>