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 2022/02/06 08:56:23 UTC

[maven] branch master updated: [MNG-7408] explain Maven 3 reporting plugin version selection

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ca13af  [MNG-7408] explain Maven 3 reporting plugin version selection
6ca13af is described below

commit 6ca13af230e9a7c6dcb0bf629d9a2676d8f833ed
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Feb 6 09:55:38 2022 +0100

    [MNG-7408] explain Maven 3 reporting plugin version selection
---
 maven-model/src/main/mdo/maven.mdo | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/maven-model/src/main/mdo/maven.mdo b/maven-model/src/main/mdo/maven.mdo
index c0d253b..289c647 100644
--- a/maven-model/src/main/mdo/maven.mdo
+++ b/maven-model/src/main/mdo/maven.mdo
@@ -2834,7 +2834,12 @@
         <field>
           <name>version</name>
           <version>4.0.0+</version>
-          <description>The version of the reporting plugin to be used.</description>
+          <description>
+            <![CDATA[
+            The version of the reporting plugin to be used. Starting with Maven 3, if no version is defined explicitely,
+            version is searched in <code>build/plugins</code> then in <code>build/pluginManagement</code>.
+            ]]>
+          </description>
           <type>String</type>
         </field>
         <field>