[MNG-6068] Document default scope compile in XSD
 o Added information about default scope in XSD comment.


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

Branch: refs/heads/MNG-6068
Commit: 3e654e46818e434320e932b7b6025d332aba7fd0
Parents: a99a789
Author: Karl Heinz Marbaise <khmarba...@apache.org>
Authored: Mon Jul 18 11:56:40 2016 +0200
Committer: Karl Heinz Marbaise <khmarba...@apache.org>
Committed: Wed Jan 25 21:01:59 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/3e654e46/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 5eba3ea..2f4ea0c 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>.
+            dependency mechanism</a>. If no scope is given the scope is 
<code>compile</code>.
             ]]>
           </description>
           <type>String</type>

Reply via email to