Author: michaelo
Date: Sun Feb 28 14:13:05 2016
New Revision: 1732734

URL: http://svn.apache.org/viewvc?rev=1732734&view=rev
Log:
[MPIR-341] Align mojo class names to element names in pom.xml

A few doc updates.

Modified:
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyConvergenceReport.java
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/IndexReport.java
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/MailingListsReport.java
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/SummaryReport.java
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt.vm

Modified: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyConvergenceReport.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyConvergenceReport.java?rev=1732734&r1=1732733&r2=1732734&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyConvergenceReport.java
 (original)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependencyConvergenceReport.java
 Sun Feb 28 14:13:05 2016
@@ -62,7 +62,7 @@ import org.apache.maven.shared.dependenc
 import 
org.apache.maven.shared.dependency.tree.traversal.FilteringDependencyNodeVisitor;
 
 /**
- * Generates the Dependency Convergence report for reactor builds.
+ * Generates the Project Dependency Convergence report for (reactor) builds.
  *
  * @author <a href="mailto:[email protected]";>Joakim Erdfelt</a>
  * @author <a href="mailto:[email protected]";>Vincent Siveton </a>

Modified: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/IndexReport.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/IndexReport.java?rev=1732734&r1=1732733&r2=1732734&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/IndexReport.java
 (original)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/IndexReport.java
 Sun Feb 28 14:13:05 2016
@@ -30,7 +30,7 @@ import org.codehaus.plexus.i18n.I18N;
 import java.util.Locale;
 
 /**
- * Generates the project index report.
+ * Generates the Project Index report.
  *
  * @author <a href="mailto:[email protected]";>Brett Porter </a>
  * @author <a href="mailto:[email protected]";>Vincent Siveton </a>

Modified: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/MailingListsReport.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/MailingListsReport.java?rev=1732734&r1=1732733&r2=1732734&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/MailingListsReport.java
 (original)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/MailingListsReport.java
 Sun Feb 28 14:13:05 2016
@@ -34,7 +34,7 @@ import java.util.List;
 import java.util.Locale;
 
 /**
- * Generates the Mailing List report.
+ * Generates the Mailing Lists report.
  *
  * @author <a href="mailto:[email protected]";>Brett Porter </a>
  * @author <a href="mailto:[email protected]";>Vincent Siveton </a>

Modified: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/SummaryReport.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/SummaryReport.java?rev=1732734&r1=1732733&r2=1732734&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/SummaryReport.java
 (original)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/SummaryReport.java
 Sun Feb 28 14:13:05 2016
@@ -34,7 +34,7 @@ import java.io.IOException;
 import java.util.Locale;
 
 /**
- * Generates the project summary report.
+ * Generates the Project Summary report.
  *
  * @author Edwin Punzalan
  * @version $Id$

Modified: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt.vm?rev=1732734&r1=1732733&r2=1732734&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt.vm 
(original)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt.vm 
Sun Feb 28 14:13:05 2016
@@ -36,13 +36,13 @@ ${project.name}
  The Project Info Reports Plugin has the following goals:
 
    * {{{./cim-mojo.html}project-info-reports:cim}} is used to generate the 
Project Continuous Integration
-   System report.
+   Management report.
 
    * {{{./dependencies-mojo.html}project-info-reports:dependencies}} is used 
to generate the Project Dependencies
    report.
 
    * 
{{{./dependency-convergence-mojo.html}project-info-reports:dependency-convergence}}
 is used to generate the
-   Project Dependency Convergence report for reactor builds.
+   Project Dependency Convergence report for (reactor) builds.
 
    * {{{./dependency-info-mojo.html}project-info-reports:dependency-info}} is 
used to generate code snippets to
    be added to build tools.
@@ -59,9 +59,9 @@ ${project.name}
    * {{{./index-mojo.html}project-info-reports:index}} is used to generate the 
Project index page.
 
    * {{{./issue-tracking-mojo.html}project-info-reports:issue-tracking}} is 
used to generate the Project Issue
-   Tracking report.
+   Management report.
 
-   * {{{./license-mojo.html}project-info-reports:license}} is used to generate 
the Project License report.
+   * {{{./license-mojo.html}project-info-reports:license}} is used to generate 
the Project Licenses report.
 
    * {{{./mailing-list-mojo.html}project-info-reports:mailing-list}} is used 
to generate the Project Mailing
    List report.
@@ -77,8 +77,7 @@ ${project.name}
 
    * {{{./scm-mojo.html}project-info-reports:scm}} is used to generate the 
Project Source Code Management report.
 
-   * {{{./summary-mojo.html}project-info-reports:summary}} is used to generate 
the Project information reports
-   summary.
+   * {{{./summary-mojo.html}project-info-reports:summary}} is used to generate 
the Project Summary report.
 
 * Usage
 


Reply via email to