You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/02/12 11:13:35 UTC

svn commit: r1243228 - in /maven/maven-2/branches/maven-2.2.x: pom.xml src/site/site.xml

Author: hboutemy
Date: Sun Feb 12 10:13:35 2012
New Revision: 1243228

URL: http://svn.apache.org/viewvc?rev=1243228&view=rev
Log:
[MNG-5119] site organization improvements (merged from 3.x branch)

Modified:
    maven/maven-2/branches/maven-2.2.x/pom.xml
    maven/maven-2/branches/maven-2.2.x/src/site/site.xml

Modified: maven/maven-2/branches/maven-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/pom.xml?rev=1243228&r1=1243227&r2=1243228&view=diff
==============================================================================
--- maven/maven-2/branches/maven-2.2.x/pom.xml (original)
+++ maven/maven-2/branches/maven-2.2.x/pom.xml Sun Feb 12 10:13:35 2012
@@ -32,7 +32,7 @@ under the License.
 
   <name>Maven</name>
   <description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description>
-  <url>http://maven.apache.org</url>
+  <url>http://maven.apache.org/ref/${project.version}/</url>
   <inceptionYear>2001</inceptionYear>
 
   <issueManagement>

Modified: maven/maven-2/branches/maven-2.2.x/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/src/site/site.xml?rev=1243228&r1=1243227&r2=1243228&view=diff
==============================================================================
--- maven/maven-2/branches/maven-2.2.x/src/site/site.xml (original)
+++ maven/maven-2/branches/maven-2.2.x/src/site/site.xml Sun Feb 12 10:13:35 2012
@@ -20,9 +20,47 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
+  name="Apache Maven">
+
+  <bannerLeft>
+    <name>${project.name}</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maventxt_logo_200.gif</src>
+  </bannerRight>
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.0</version>
+  </skin>
 
   <body>
+    <breadcrumbs>
+      <item name="Ref" href="../" />
+      <item name="Maven ${project.version}" href="./" />
+    </breadcrumbs>
+
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
+      <item name="Source Xref" href="xref/index.html"/>
+      <!--item name="FAQ" href="faq.html"/-->
+    </menu>
+
+    <menu name="Descriptors Reference">
+      <item name="POM" href="./maven-model/maven.html"/>
+      <item name="Settings" href="./maven-settings/settings.html"/>
+    </menu>
+
+    <menu name="Development">
+      <item name="Maven Developer Centre" href="../../developers/index.html"/>
+      <item name="Maven Core ITs" href="../../core-its/index.html"/>
+    </menu>
+
     <menu ref="modules"/>
     <menu ref="reports"/>
   </body>