You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by oc...@apache.org on 2006/08/02 07:32:01 UTC

svn commit: r427900 - in /maven/plugins/trunk/maven-changelog-plugin/src/site: ./ apt/ apt/examples/ fml/ resources/ resources/images/

Author: oching
Date: Tue Aug  1 22:32:00 2006
New Revision: 427900

URL: http://svn.apache.org/viewvc?rev=427900&view=rev
Log:
Revised plugin docs. Added sample reports.

Added:
    maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/
    maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-date-type.apt
    maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-date-type.~ap
    maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-range-type.apt
    maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-range-type.~ap
    maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-tag-type.apt
    maven/plugins/trunk/maven-changelog-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-changelog-plugin/src/site/apt/usage.apt
    maven/plugins/trunk/maven-changelog-plugin/src/site/fml/
    maven/plugins/trunk/maven-changelog-plugin/src/site/fml/faq.fml
    maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/
    maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-changelog-report.PNG   (with props)
    maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-dev-activity-report.PNG   (with props)
    maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-file-activity-report.PNG   (with props)
Removed:
    maven/plugins/trunk/maven-changelog-plugin/src/site/apt/howto.apt
    maven/plugins/trunk/maven-changelog-plugin/src/site/resources/sample-changelog.html
    maven/plugins/trunk/maven-changelog-plugin/src/site/resources/sample-dev-activity.html
    maven/plugins/trunk/maven-changelog-plugin/src/site/resources/sample-file-activity.html
Modified:
    maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml

Added: maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-date-type.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-date-type.apt?rev=427900&view=auto
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-date-type.apt (added)
+++ maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-date-type.apt Tue Aug  1 22:32:00 2006
@@ -0,0 +1,50 @@
+ ------
+ Using Date Type
+ ------
+ July 2006
+ ------
+
+ ~~ Copyright 2006 The Apache Software Foundation.
+ ~~
+ ~~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~~ you may not use this file except in compliance with the License.
+ ~~ You may obtain a copy of the License at
+ ~~
+ ~~      http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing, software
+ ~~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~~ See the License for the specific language governing permissions and
+ ~~ limitations under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+
+Using Date Type
+
+  To generate tha changelog reports using the <<<type>>> "date" as the basis for generation, set the configuration in the
+  project pom as follows:
+
++-----+
+<project>
+  ...
+    <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-changelog-plugin</artifactId>
+      <configuration>
+        <type>date</type>
+        <dates>
+          <date implementation="java.lang.String">2005-08-01</date>
+          <date implementation="java.lang.String">2005-09-01</date>
+        </dates>
+        <dateFormat>yyyy-MM-dd</dateFormat>
+      </configuration>
+    </plugin>
+  ...
+</project>
++-----+
+
+  The generated changelog reports will cover SCM activities between Aug 1, 2005 to Sept 1, 2005. Please note that the
+  date range is inclusive.

Added: maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-date-type.~ap
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-date-type.%7Eap?rev=427900&view=auto
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-date-type.~ap (added)
+++ maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-date-type.~ap Tue Aug  1 22:32:00 2006
@@ -0,0 +1,49 @@
+ ------
+ Using Date Type
+ ------
+ July 2006
+ ------
+
+ ~~ Copyright 2006 The Apache Software Foundation.
+ ~~
+ ~~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~~ you may not use this file except in compliance with the License.
+ ~~ You may obtain a copy of the License at
+ ~~
+ ~~      http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing, software
+ ~~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~~ See the License for the specific language governing permissions and
+ ~~ limitations under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+
+Using Date Type
+
+  To generate tha changelog reports using the <<<type>>> "date" as the basis for generation, set the configuration in the
+  project pom as follows:
+
++-----+
+<project>
+  ...
+    <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-changelog-plugin</artifactId>
+      <configuration>
+        <type>date</type>
+        <dates>
+          <date implementation="java.lang.String">2005-08-01</date>
+          <date implementation="java.lang.String">2005-09-01</date>
+        </dates>
+        <dateFormat>yyyy-MM-dd</dateFormat>
+      </configuration>
+    </plugin>
+  ...
+</project>
++-----+
+
+  The generated changelog reports will cover SCM activities between Aug 1, 2005 to Sept 1, 2005. 
\ No newline at end of file

Added: maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-range-type.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-range-type.apt?rev=427900&view=auto
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-range-type.apt (added)
+++ maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-range-type.apt Tue Aug  1 22:32:00 2006
@@ -0,0 +1,55 @@
+ ------
+ Using Range Type
+ ------
+ July 2006
+ ------
+
+ ~~ Copyright 2006 The Apache Software Foundation.
+ ~~
+ ~~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~~ you may not use this file except in compliance with the License.
+ ~~ You may obtain a copy of the License at
+ ~~
+ ~~      http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing, software
+ ~~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~~ See the License for the specific language governing permissions and
+ ~~ limitations under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+
+Using Range Type
+
+  To generate tha changelog reports using the <<<type>>> "range" as the basis for generation, set the configuration in the
+  project pom as follows:
+
++-----+
+<project>
+  ...
+    <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-changelog-plugin</artifactId>
+      <reportSets>
+        <reportSet>
+          <id>dual-report</id>
+          <configuration>
+            <type>range</type>
+            <range>30</range>
+          </configuration>
+          <reports>
+            <report>changelog</report>
+            <report>file-activity</report>
+          </reports>
+        </reportSet>
+      </reportSets>
+    </plugin>
+  ...
+</project>
++-----+
+
+  The above configuration will generate the changelog and file-activity reports that covers SCM activities from the last
+  30 days. Please note that the range is inclusive.

Added: maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-range-type.~ap
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-range-type.%7Eap?rev=427900&view=auto
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-range-type.~ap (added)
+++ maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-range-type.~ap Tue Aug  1 22:32:00 2006
@@ -0,0 +1,55 @@
+ ------
+ Using Range Type
+ ------
+ July 2006
+ ------
+
+ ~~ Copyright 2006 The Apache Software Foundation.
+ ~~
+ ~~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~~ you may not use this file except in compliance with the License.
+ ~~ You may obtain a copy of the License at
+ ~~
+ ~~      http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing, software
+ ~~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~~ See the License for the specific language governing permissions and
+ ~~ limitations under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+
+Using Range Type
+
+  To generate tha changelog reports using the <<<type>>> "range" as the basis for generation, set the configuration in the
+  project pom as follows:
+
++-----+
+<project>
+  ...
+    <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-changelog-plugin</artifactId>
+      <reportSets>
+        <reportSet>
+          <id>dual-report</id>
+          <configuration>
+            <type>range</type>
+            <range>30</range>
+          </configuration>
+          <reports>
+            <report>changelog</report>
+            <report>file-activity</report>
+          </reports>
+        </reportSet>
+      </reportSets>
+    </plugin>
+  ...
+</project>
++-----+
+
+  The above configuration will generate the changelog and file-activity reports that covers SCM activities from the last
+  30 days.
\ No newline at end of file

Added: maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-tag-type.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-tag-type.apt?rev=427900&view=auto
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-tag-type.apt (added)
+++ maven/plugins/trunk/maven-changelog-plugin/src/site/apt/examples/configuration-tag-type.apt Tue Aug  1 22:32:00 2006
@@ -0,0 +1,57 @@
+ ------
+ Using Tag Type
+ ------
+ July 2006
+ ------
+
+ ~~ Copyright 2006 The Apache Software Foundation.
+ ~~
+ ~~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~~ you may not use this file except in compliance with the License.
+ ~~ You may obtain a copy of the License at
+ ~~
+ ~~      http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing, software
+ ~~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~~ See the License for the specific language governing permissions and
+ ~~ limitations under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+
+Using Tag Type
+
+  To generate tha changelog reports using the <<<type>>> "tag" as the basis for generation, set the configuration in the
+  project pom as follows:
+
++-----+
+<project>
+  ...
+    <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-changelog-plugin</artifactId>
+      <reportSets>
+        <reportSet>
+          <id>dev-only</id>
+          <configuration>
+            <type>tag</type>
+            <tags>
+              <tag implementation="java.lang.String">alpha-2</tag>
+              <tag implementation="java.lang.String">alpha-3</tag>
+            </tags>
+          </configuration>
+          <reports>
+            <report>dev-activity</report>
+          </reports>
+        </reportSet>
+      </reportSets>
+    </plugin>
+  ...
+</project>
++-----+
+
+  With the above configuration, a dev-activity report that covers SCM activities between alpha-2 tag to alpha-3 tag will
+  be generated.
\ No newline at end of file

Added: maven/plugins/trunk/maven-changelog-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/apt/index.apt?rev=427900&view=auto
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/site/apt/index.apt (added)
+++ maven/plugins/trunk/maven-changelog-plugin/src/site/apt/index.apt Tue Aug  1 22:32:00 2006
@@ -0,0 +1,63 @@
+ ------
+ Introduction
+ ------
+ Maria Odea Ching
+ ------
+ 31 July 2006
+ ------
+
+ ~~ Copyright 2006 The Apache Software Foundation.
+ ~~
+ ~~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~~ you may not use this file except in compliance with the License.
+ ~~ You may obtain a copy of the License at
+ ~~
+ ~~      http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing, software
+ ~~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~~ See the License for the specific language governing permissions and
+ ~~ limitations under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+
+Maven Changelog Plugin
+
+ The Maven Changelog Plugin generates reports regarding the recent changes in your Software Configuration Management or SCM.
+ These reports include the changelog report, developer activity report and the file activity report.
+
+* Goals Overview
+
+   The Changelog Plugin has three goals:
+
+   * {{{changelog-mojo.html}changelog:changelog}} generates the changelog report. The changelog report shows all the SCM activities
+     including the dates, files, and author of the revisions that occurred during the specified change sets.
+
+   * {{{dev-activity-mojo.html}changelog:dev-activity}} generates the developer activity report. The dev-activity report shows a
+     summary of the total commits, and the number of files changed of each developer listed in the project descriptor.
+
+   * {{{file-activity-mojo.html}changelog:file-activity}} generates the file activity report. The file-activity report lists all
+     files that we're revised during the specified change set.  It is arranged in a way where the file with the most number of revisions is listed first.
+
+* Usage
+
+   Instructions on how to use the Changelog Plugin can be found {{{usage.html}here}}.
+
+* Examples
+
+   The following examples show how to use the Changelog Plugin in more advanced use-cases:
+
+   * {{{examples/configuration-date-type.html}Using Date Type}}
+
+   * {{{examples/configuration-range-type.html}Using Range Type}}
+
+   * {{{examples/configuration-tag-type.html}Using Tag Type}}
+
+
+
+
+
+

Added: maven/plugins/trunk/maven-changelog-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/apt/usage.apt?rev=427900&view=auto
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/site/apt/usage.apt (added)
+++ maven/plugins/trunk/maven-changelog-plugin/src/site/apt/usage.apt Tue Aug  1 22:32:00 2006
@@ -0,0 +1,82 @@
+ ------
+ Usage
+ ------
+ 31 July 2006
+ ------
+
+ ~~ Copyright 2006 The Apache Software Foundation.
+ ~~
+ ~~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~~ you may not use this file except in compliance with the License.
+ ~~ You may obtain a copy of the License at
+ ~~
+ ~~      http://www.apache.org/licenses/LICENSE-2.0
+ ~~
+ ~~ Unless required by applicable law or agreed to in writing, software
+ ~~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~~ See the License for the specific language governing permissions and
+ ~~ limitations under the License.
+
+ ~~ NOTE: For help with the syntax of this file, see:
+ ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
+
+Usage
+
+ The reports may use either range, date, or tag as basis in generating the reports. Only one can be set. The change sets then
+ can be configured by setting the correct parameter depending on the type chosen.  If <<<type>>> "date" is chosen, then the parameter
+ <<<date>>> should contain the values of the set ranges.  This goes for "range" and "tag" types as well.
+
+ To generate the changelog reports, just add the following in your project's pom:
+
++-----+
+<project>
+  ...
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>changelog-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+  ...
+</project>
++-----+
+
+ Aside from the required plugin configuration parameters needed to generate the reports, all reports will refer to the scm
+ elements inside the project descriptor for other details regarding the connection to the project's scm. An example of the
+ scm element inside the pom.xml is as follows:
+
+-------------------
+<project>
+  ...
+    <scm>
+      <connection>scm:svn:http://server/path/to/project/trunk</connection>
+      <developerConnection>scm:svn:https://path/to/project/trunk</developerConnection>
+      <url>scm:svn:http://server/path/to/view/trunk</url>
+    </scm>
+  ...
+</project>
+-------------------
+
+ Please refer to the Maven project descriptor for the description of the scm elements. It can be found
+ {{{http://maven.apache.org/ref/current/maven-model/maven.html}here}}.
+
+ When you execute <<<mvn site>>>, you will see that the changelog, dev-activity and file-activity reports are included in
+ the generated site.
+
+ Sample Changelog report:
+
+[images/sample-changelog-report.PNG] Sample Changelog Report
+
+
+ Sample Developer Activity report:
+
+[images/sample-dev-activity-report.PNG] Sample Developer Activity Report
+
+
+ Sample File Activity report:
+
+[images/sample-file-activity-report.PNG] Sample File Activity Report

Added: maven/plugins/trunk/maven-changelog-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/fml/faq.fml?rev=427900&view=auto
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/site/fml/faq.fml (added)
+++ maven/plugins/trunk/maven-changelog-plugin/src/site/fml/faq.fml Tue Aug  1 22:32:00 2006
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+<faqs id="FAQ" title="Frequently Asked Questions">
+  <part id="General">
+    <faq id="What is the difference between the Changelog plugin and the Changes plugin">
+      <question>What is the difference between the Changelog plugin and the Changes plugin?</question>
+      <answer>
+        <p>
+        The Changelog plugin generates reports based on the changes in the Software Configuration Management or SCM while
+        the Changes plugin generates reports either from a changes.xml file or from the JIRA issue management system.
+        For more information about the changes plugin, see
+        <a href="http://maven.apache.org/plugins/maven-changes-plugin/">http://maven.apache.org/plugins/maven-changes-plugin</a>
+        </p>
+      </answer>
+    </faq>
+    <faq id="What is Software Configuration Management or SCM">
+      <question>What is Software Configuration Management or SCM?</question>
+      <answer>
+        <p>
+        According to Roger Pressman (in his book) Software Engineering: A Practitioner's Approach, SCM is a "set of activities
+        designed to control change by identifying the work products that are likely to change, establishing relationships among
+        them, defining mechanisms for managing different versions of these work products, controlling the changes imposed, and
+        auditing and reporting on the changes made."
+        </p>
+      </answer>
+    </faq>
+  </part>
+</faqs>
\ No newline at end of file

Added: maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-changelog-report.PNG
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-changelog-report.PNG?rev=427900&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-changelog-report.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-dev-activity-report.PNG
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-dev-activity-report.PNG?rev=427900&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-dev-activity-report.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-file-activity-report.PNG
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-file-activity-report.PNG?rev=427900&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/plugins/trunk/maven-changelog-plugin/src/site/resources/images/sample-file-activity-report.PNG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml?rev=427900&r1=427899&r2=427900&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml Tue Aug  1 22:32:00 2006
@@ -27,7 +27,7 @@
   </bannerRight>
   <body>
     <links>
-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+      <item name="Maven" href="http://maven.apache.org/maven2/"/>
     </links>
 
     <menu name="Overview">