mirror of https://github.com/apache/maven.git
tried explanations improvements
This commit is contained in:
parent
8801b00034
commit
bd2b01d4ea
|
@ -3451,8 +3451,11 @@
|
||||||
<version>4.0.0+</version>
|
<version>4.0.0+</version>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
<defaultValue>2.0</defaultValue>
|
<defaultValue>2.0</defaultValue>
|
||||||
<description>The minimum version of Maven required to build the project. If this project is a plugin, this is
|
<description><![CDATA[
|
||||||
in addition the minimum version of Maven required to use it.</description>
|
The minimum version of Maven required to build the project.<br />
|
||||||
|
If this project builds a plugin, this is in addition the minimum version of Maven required to use
|
||||||
|
the resulting plugin.]]>
|
||||||
|
</description>
|
||||||
<required>false</required>
|
<required>false</required>
|
||||||
</field>
|
</field>
|
||||||
</fields>
|
</fields>
|
||||||
|
|
Loading…
Reference in New Issue