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:
Brett Leslie Porter 2005-06-03 02:24:03 +00:00
parent 1a962903da
commit 57642d207a
1 changed files with 3 additions and 2 deletions

View File

@ -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>