You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2021/01/12 21:52:57 UTC

svn commit: r1885408 - /maven/website/components/shared/maven-reporting-exec/index.html

Author: hboutemy
Date: Tue Jan 12 21:52:57 2021
New Revision: 1885408

Log:
reporting/plugins

Modified:
    maven/website/components/shared/maven-reporting-exec/index.html

Modified: maven/website/components/shared/maven-reporting-exec/index.html
==============================================================================
--- maven/website/components/shared/maven-reporting-exec/index.html (original)
+++ maven/website/components/shared/maven-reporting-exec/index.html Tue Jan 12 21:52:57 2021
@@ -131,7 +131,7 @@
 <li>searching for the plugin in the <tt>build/plugins</tt> section of the pom,</li>
 <li>searching for the plugin in the <tt>build/pluginManagement</tt> section of the pom,</li>
 <li>asking <a href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/version/PluginVersionResolver.html">PluginVersionResolver</a> to get a fallback version and display a warning as it's not a recommended use,</li></ol></li>
-<li>plugin configuration from <tt>build/pluginManagement</tt> is injected into <tt>reporting</tt> section of the pom (since Maven Reporting Executor 1.2, which is <a href="/plugins/maven-site-plugin/history.html">used by Maven Site Plugin 3.4</a>).</li></ol>
+<li>plugin configuration from <tt>build/pluginManagement</tt> is injected into <tt>reporting/plugins</tt> (since Maven Reporting Executor 1.2, which is <a href="/plugins/maven-site-plugin/history.html">used by Maven Site Plugin 3.4</a>).</li></ol>
 <div class="section">
 <h3><a name="Notice_on_now_obsolete_reportPlugin_format"></a>Notice on now obsolete reportPlugin format</h3>
 <p>Since 1.4 (used by Maven Site Plugin 3.7), the request can (and should) be populated from <a href="/ref/current/maven-model/maven.html#class_reporting">pom's <tt>&lt;reporting&gt;</tt> section</a>, injected in Mojo parameter as <tt>${project.reporting.plugins}</tt> default value:</p>