[MNG-7408] explain Maven 3 reporting plugin version selection

This commit is contained in:
Hervé Boutemy 2022-02-06 09:55:38 +01:00
parent d79485ff23
commit 0a118d6e24
1 changed files with 6 additions and 1 deletions

View File

@ -2835,7 +2835,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>