You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/09/18 21:57:33 UTC

maven git commit: MNG-5297 improved explanations on prerequisites.maven in Maven 3

Repository: maven
Updated Branches:
  refs/heads/master 625d7b062 -> 950a90ece


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/950a90ec
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/950a90ec
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/950a90ec

Branch: refs/heads/master
Commit: 950a90ececca385f60c336814fb8a48c3b42bb54
Parents: 625d7b0
Author: Herv� Boutemy <hb...@apache.org>
Authored: Sun Sep 18 23:57:24 2016 +0200
Committer: Herv� Boutemy <hb...@apache.org>
Committed: Sun Sep 18 23:57:24 2016 +0200

----------------------------------------------------------------------
 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/950a90ec/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 908beb3..2ee666b 100644
--- a/maven-model/src/main/mdo/maven.mdo
+++ b/maven-model/src/main/mdo/maven.mdo
@@ -3636,12 +3636,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 checked not any more: use
+            the <a href="/enforcer/enforcer-rules/requireMavenVersion.html">Maven Enforcer Plugin's
+            <code>requireMavenVersion</code></a> rule instead.
             ]]>
           </description>
           <required>false</required>