You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/01/24 16:40:21 UTC

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

Author: olamy
Date: Mon Jan 24 15:40:20 2011
New Revision: 1062835

URL: http://svn.apache.org/viewvc?rev=1062835&view=rev
Log:
 add some links to some ASF resources : similar links as cxf web site

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=1062835&r1=1062834&r2=1062835&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site/site.xml (original)
+++ maven/pom/trunk/maven/src/site/site.xml Mon Jan 24 15:40:20 2011
@@ -74,5 +74,12 @@ under the License.
       <item name="Surefire"          href="http://maven.apache.org/surefire/index.html" />
       <item name="Wagon"             href="http://maven.apache.org/wagon/index.html" />
     </menu>
+    <menu name="ASF">
+      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/> 
+      <item name="Foundation" href="http://www.apache.org/foundation/"/>
+      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+    </menu>
+
   </body>
 </project>