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 2013/08/31 19:45:37 UTC

svn commit: r1519196 - /maven/plugins/trunk/maven-changes-plugin/src/site/apt/index.apt.vm

Author: hboutemy
Date: Sat Aug 31 17:45:37 2013
New Revision: 1519196

URL: http://svn.apache.org/r1519196
Log:
improved introduction and goals overwiev

Modified:
    maven/plugins/trunk/maven-changes-plugin/src/site/apt/index.apt.vm

Modified: maven/plugins/trunk/maven-changes-plugin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/site/apt/index.apt.vm?rev=1519196&r1=1519195&r2=1519196&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/site/apt/index.apt.vm (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/site/apt/index.apt.vm Sat Aug 31 17:45:37 2013
@@ -29,12 +29,13 @@
 
 ${project.name}
 
-  This plugin is used to inform your users of the changes that have occured
+  This plugin is used to inform your users of the changes that have occurred
   between different releases of your project. The plugin can extract these
-  changes, either from a <<<changes.xml>>> file or from the JIRA issue
-  management system, and present them as a report. You also have the option of
-  creating a release announcement and even sending this via email to your
-  users.
+  changes, either from a <<<changes.xml>>> file or from an issue
+  management system (Jira, Trac and GitHub supported), and presents them as a report.
+
+  You also have the option of creating a release announcement and even sending it via email
+  to your users.
 
 * Goals Overview
 
@@ -44,10 +45,10 @@ ${project.name}
 
   * {{{./changes-check-mojo.html}changes:changes-check}} check that the <<<changes.xml>>> file contains a valid release date.
 
-  * {{{./changes-report-mojo.html}changes:changes-report}} create a report showing what has changed between different releases of the project.
-
   * {{{./changes-validate-mojo.html}changes:changes-validate}} validate the <<<changes.xml>>> file.
 
+  * {{{./changes-report-mojo.html}changes:changes-report}} create a report from <<<changes.xml>>> file.
+
   * {{{./jira-report-mojo.html}changes:jira-report}} create a report from issues downloaded from {{{http://www.atlassian.com/software/jira/}JIRA}}.
 
   * {{{./trac-report-mojo.html}changes:trac-report}} create a report from issues downloaded from {{{http://trac.edgewall.org/}Trac}}.