mirror of https://github.com/apache/maven.git
forgot CDATA
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1a962903da
commit
57642d207a
|
@ -1187,11 +1187,12 @@
|
|||
<field>
|
||||
<name>scope</name>
|
||||
<version>4.0.0</version>
|
||||
<description>
|
||||
<description><![CDATA[
|
||||
The scope of the dependency - compile, runtime, test. Used to
|
||||
calculate the various classpaths used for testing, etc. and for
|
||||
determining which artifacts to include in a distribution of this
|
||||
project. For more information, see <a href="http://maven.apache.org/maven2/dependencies.html">Dependency Mechanism</a>.
|
||||
project. For more information, see
|
||||
<a href="http://maven.apache.org/maven2/dependencies.html">Dependency Mechanism</a>.]]>
|
||||
</description>
|
||||
<type>String</type>
|
||||
<defaultValue>compile</defaultValue>
|
||||
|
|
Loading…
Reference in New Issue