Skip to content

Commit 689f48b

Browse files
committed
[MPLUGIN-541] Rename report from "Plugin Documentation" to "Plugin
Details"
1 parent d19bc13 commit 689f48b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

maven-plugin-report-plugin/src/main/java/org/apache/maven/plugin/plugin/report/PluginNoForkReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.apache.maven.plugins.annotations.Mojo;
2424

2525
/**
26-
* Generates the Plugin's documentation report: <code>plugin-info.html</code> plugin overview page,
26+
* Generates the plugin's report: the plugin details page at <code>plugin-info.html</code>,
2727
* and one <code><i>goal</i>-mojo.html</code> per goal.
2828
* Relies on one output file from <a href="../maven-plugin-plugin/descriptor-mojo.html">plugin:descriptor</a>.
2929
*

maven-plugin-report-plugin/src/main/java/org/apache/maven/plugin/plugin/report/PluginReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
import org.eclipse.aether.version.Version;
6262

6363
/**
64-
* Generates the Plugin's documentation report: <code>plugin-info.html</code> plugin overview page,
64+
* Generates the plugin's report: the plugin details page at <code>plugin-info.html</code>
6565
* and one <code><i>goal</i>-mojo.html</code> per goal.
6666
* Relies on one output file from <a href="../maven-plugin-plugin/descriptor-mojo.html">plugin:descriptor</a>.
6767
*

maven-plugin-report-plugin/src/main/resources/plugin-report.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
# under the License.
1818
#
1919

20-
report.plugin.name=Plugin Documentation
20+
report.plugin.name=Plugin Details
2121
report.plugin.description=This report describes goals, parameters details, requirements and sample usage of this plugin.
22-
report.plugin.title=Plugin Documentation
22+
report.plugin.title=Plugin Details
2323

2424
report.plugin.goals=Goals
2525
report.plugin.goals.nogoal=No goals defined in this plugin.

maven-plugin-report-plugin/src/main/resources/plugin-report_de.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
# under the License.
1818
#
1919

20-
report.plugin.name=Plugin-Dokumentation
20+
report.plugin.name=Plugin-Details
2121
report.plugin.description=Dieser Bericht dokumentiert die Goals, Parameterdetails, Anforderungen und Verwendungsbeispiele dieses Plugins.
22-
report.plugin.title=Plugin-Dokumentation
22+
report.plugin.title=Plugin-Details
2323

2424
report.plugin.goals.nogoal=Keine Goals verf\u00FCgbar.
2525
report.plugin.goals.intro=Verf\u00FCgbare Goals dieses Plugins:

0 commit comments

Comments
 (0)