Repository: maven
Updated Branches:
  refs/heads/master 0284dda81 -> 19d5b9dfa


[MNG-5297] improved explanations on prerequisites.maven in Maven 3

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/19d5b9df
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/19d5b9df
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/19d5b9df

Branch: refs/heads/master
Commit: 19d5b9dfa108a94c0825215a013ac21253cb0a17
Parents: 0284dda
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Sun Sep 18 23:57:24 2016 +0200
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Tue Feb 14 01:37:31 2017 +0100

----------------------------------------------------------------------
 maven-model/src/main/mdo/maven.mdo | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/19d5b9df/maven-model/src/main/mdo/maven.mdo
----------------------------------------------------------------------
diff --git a/maven-model/src/main/mdo/maven.mdo 
b/maven-model/src/main/mdo/maven.mdo
index 1187b11..945ae03 100644
--- a/maven-model/src/main/mdo/maven.mdo
+++ b/maven-model/src/main/mdo/maven.mdo
@@ -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>

Reply via email to