mirror of https://github.com/apache/maven.git
[MNG-7408] explain Maven 3 reporting plugin version selection
This commit is contained in:
parent
d79485ff23
commit
0a118d6e24
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue