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

Branch: refs/heads/MNG-6068
Commit: 96eeb1186eda408c3c870daa79fd4c96f89d95fe
Parents: ca43030
Author: Karl Heinz Marbaise <[email protected]>
Authored: Mon Jul 18 11:56:40 2016 +0200
Committer: Karl Heinz Marbaise <[email protected]>
Committed: Sun Jan 29 21:19:00 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/96eeb118/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