mirror of https://github.com/apache/maven.git
[MNG-5297] improved explanations on prerequisites.maven in Maven 3
This commit is contained in:
parent
0284dda81b
commit
19d5b9dfa1
|
@ -3483,12 +3483,12 @@
|
|||
<type>String</type>
|
||||
<defaultValue>2.0</defaultValue>
|
||||
<description><![CDATA[
|
||||
For a plugin project, the minimum version of Maven required to use
|
||||
the resulting plugin.<br />
|
||||
For specifying the minimum version of Maven required to build a
|
||||
project, this element is <b>deprecated</b>. Use the Maven Enforcer
|
||||
Plugin's <a href="https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html"><code>requireMavenVersion</code></a>
|
||||
rule instead.
|
||||
For a plugin project (packaging is <code>maven-plugin</code>), the minimum version of
|
||||
Maven required to use the resulting plugin.<br />
|
||||
In Maven 2, this was also specifying the minimum version of Maven required to build a
|
||||
project, but this usage is <b>deprecated</b> in Maven 3 and not checked any more: use
|
||||
the <a href="https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html">Maven Enforcer Plugin's
|
||||
<code>requireMavenVersion</code> rule</a> instead.
|
||||
]]>
|
||||
</description>
|
||||
<required>false</required>
|
||||
|
|
Loading…
Reference in New Issue