You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2017/01/30 18:08:04 UTC

[15/18] maven git commit: [MNG-6068] Document default scope compile in XSD o Improved description.

[MNG-6068] Document default scope compile in XSD
 o Improved description.


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

Branch: refs/heads/MNG-2199
Commit: 8c7ce555720ec205680a1ce71ede03a4bc49bedb
Parents: 1f04934
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Mon Jan 30 12:48:28 2017 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Mon Jan 30 12:48:28 2017 +0100

----------------------------------------------------------------------
 maven-model/src/main/mdo/maven.mdo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/8c7ce555/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 2f4ea0c..d830113 100644
--- a/maven-model/src/main/mdo/maven.mdo
+++ b/maven-model/src/main/mdo/maven.mdo
@@ -1398,7 +1398,7 @@
             It also assists in determining which artifacts to include in a distribution of
             this project. For more information, see
             <a href="https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the
-            dependency mechanism</a>. If no scope is given the scope is <code>compile</code>.
+            dependency mechanism</a>. The default scope is <code>compile</code>.
             ]]>
           </description>
           <type>String</type>