[MNG-5119] site organization improvements (merged from 3.x branch) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x@1243228 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/3420bbc8 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/3420bbc8 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/3420bbc8 Branch: refs/heads/maven-2.2.x Commit: 3420bbc865729ca1d193abb2cef8c91211bde07a Parents: f64e2eb Author: Herve Boutemy <hbout...@apache.org> Authored: Sun Feb 12 10:13:35 2012 +0000 Committer: Herve Boutemy <hbout...@apache.org> Committed: Sun Feb 12 10:13:35 2012 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- src/site/site.xml | 40 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/3420bbc8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ae389f8..792c656 100644 --- a/pom.xml +++ b/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/maven/blob/3420bbc8/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index f791b93..e5082fd 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -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>