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 2021/01/12 21:51:37 UTC

[maven-reporting-exec] branch master updated: reporting/plugins

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new a983ea4  reporting/plugins
a983ea4 is described below

commit a983ea4dc8df84c0637c329a9f767ae82f3f0315
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jan 12 22:51:32 2021 +0100

    reporting/plugins
---
 src/site/apt/index.apt.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 28828d4..bac93fe 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -46,7 +46,7 @@ ${project.name}
 
     []
 
-  [[2]] plugin configuration from <<<build/pluginManagement>>> is injected into <<<reporting>>> section of the pom
+  [[2]] plugin configuration from <<<build/pluginManagement>>> is injected into <<<reporting/plugins>>>
   (since Maven Reporting Executor 1.2, which is {{{/plugins/maven-site-plugin/history.html}used by Maven Site Plugin 3.4}}).
 
   []
@@ -54,7 +54,7 @@ ${project.name}
 * Notice on now obsolete reportPlugin format
 
   Since 1.4 (used by Maven Site Plugin 3.7), the request can (and should) be populated from
-  {{{/ref/current/maven-model/maven.html#class_reporting}pom's <<<\<reporting\>>>> section}},
+  {{{/ref/current/maven-model/maven.html#class_reporting}pom's <<<\<reporting.plugins\>>>> section}},
   injected in Mojo parameter as <<<$\{project.reporting.plugins\}>>> default value:
 
 +----+