You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2015/01/04 00:01:32 UTC

svn commit: r1649259 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt: examples/custom-report.apt.vm examples/scm-report.apt.vm examples/selective-project-info-reports.apt.vm index.apt.vm usage.apt

Author: michaelo
Date: Sat Jan  3 23:01:31 2015
New Revision: 1649259

URL: http://svn.apache.org/r1649259
Log:
[MPIR-326] Remove notes to ancient version of this plugin or the Site Plugin in the apt files

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/custom-report.apt.vm
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt.vm
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt.vm
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt.vm
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/custom-report.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/custom-report.apt.vm?rev=1649259&r1=1649258&r2=1649259&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/custom-report.apt.vm (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/custom-report.apt.vm Sat Jan  3 23:01:31 2015
@@ -28,9 +28,7 @@
 
 Customize the Text Reports
 
-  Actually, all reports have a static renderer, only texts could be changed.
-
-  <<Note:>> This feature is only available in version 2.3+ of this plugin.
+  Currently, all reports have a static renderer, only texts could be changed.
 
 +-----------------+
 <project>
@@ -55,7 +53,7 @@ Customize the Text Reports
 
   To change texts in the reports, you should import the default Project Info report bundles from
   {{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/}}
-  and edit them. For example, if you want to modify the Mailing List introduction, you should edit the report.mailing-lists.intro property.
+  and edit them. For example, if you want to modify the Mailing List introduction, you should edit the <<<report.mailing-lists.intro>>> property.
 
   Extract of the default bundle {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties}project-info-report.properties}}:
 
@@ -63,7 +61,7 @@ Customize the Text Reports
 report.mailing-lists.intro = These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.
 +-----------------+
 
-  Extract of a custom bundle $\{project.basedir\}/src/site/custom/project-info-report.properties for the Apache Commons project:
+  Extract of a custom bundle <<<$\{project.basedir\}/src/site/custom/project-info-report.properties>>> for the Apache Commons project:
 
 +-----------------+
 
@@ -98,7 +96,7 @@ report.mailing-lists.intro = These are t
 
   <<Notes:>>
 
-  [[1]] You could also use Maven properties (i.e. $\{project.artifactId\}) in the messages.
+  [[1]] You could also use Maven properties (i.e. <<<$\{project.artifactId\}>>>) in the messages.
 
   [[2]] If a bundle property is not defined in your custom bundle, the default will be displayed.
 

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt.vm?rev=1649259&r1=1649258&r2=1649259&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt.vm (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/scm-report.apt.vm Sat Jan  3 23:01:31 2015
@@ -37,8 +37,6 @@ Customize the SCM Report
   a separate module, and you want the SCM report to give instructions for
   checking out the project trunk.
 
-  <<Note:>> This feature is available in version 2.1+ of this plugin.
-
 +-----------------+
 <project>
   ...

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt.vm?rev=1649259&r1=1649258&r2=1649259&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt.vm (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/examples/selective-project-info-reports.apt.vm Sat Jan  3 23:01:31 2015
@@ -31,7 +31,7 @@
 Run Selective Reports
 
  To run the reports selectively, you can configure it to include only the reports that you prefer.
- Use "mvn site:site" to generate the selected reports.
+ Use <<<mvn site>>> to generate the selected reports.
 
 +-----------------+
 <project>

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=1649259&r1=1649258&r2=1649259&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 Sat Jan  3 23:01:31 2015
@@ -31,8 +31,6 @@ ${project.name}
 
  The Maven Project Info Reports plugin is used to generate reports information about the project.
 
- <Note:> This plugin requires Maven Site Plugin 2.1 or higher to work properly.
-
 * Goals Overview
 
  The Project Info Reports Plugin has the following goals:
@@ -46,11 +44,11 @@ ${project.name}
    * {{{./dependency-convergence-mojo.html}project-info-reports:dependency-convergence}} is used to generate the
    Project Dependency Convergence report for reactor builds.
 
-   * {{{./dependency-info-mojo.html}project-info-reports:dependency-info}} (<<new in 2.5>>) is used to generate code snippets to
+   * {{{./dependency-info-mojo.html}project-info-reports:dependency-info}} is used to generate code snippets to
    be added to build tools.
 
    * {{{./dependency-management-mojo.html}project-info-reports:dependency-management}} is used to generate the
-   Project DependencyManagement report.
+   Project Dependency Management report.
 
    * {{{./distribution-management-mojo.html}project-info-reports:distribution-management}} is used to generate
    the Project Distribution Management report.
@@ -71,7 +69,7 @@ ${project.name}
    * {{{./modules-mojo.html}project-info-reports:modules}} is used to generate the Project Modules report.
 
    * {{{./plugin-management-mojo.html}project-info-reports:plugin-management}} is used to generate the
-   Project PluginManagement report.
+   Project Plugin Management report.
 
    * {{{./plugins-mojo.html}project-info-reports:plugins}} is used to generate the Project Plugins report.
 

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt?rev=1649259&r1=1649258&r2=1649259&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt Sat Jan  3 23:01:31 2015
@@ -43,5 +43,3 @@ mvn site
  would generate the project information documentation. For more information on
  how to customize the Project Information Reports Plugin, check the examples on the
  {{{./index.html}Introduction}} page.
-
- <Note:> This plugin requires Maven Site Plugin 2.1 or higher to work properly.