Wrap the description of the properties field in a CDATA section, so that the html entities that are used show up in the generated site. Put the xml sample inside a <code> element for nicer presentation.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1377313 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg 2012-08-25 15:42:14 +00:00
parent cba6b32e6a
commit ed5dfb2d5b
1 changed files with 3 additions and 1 deletions

View File

@ -707,9 +707,11 @@
<field>
<name>properties</name>
<description>
<![CDATA[
Extended configuration specific to this profile goes here.
Contents take the form of
&lt;property.name&gt;property.value&lt;/property.name&gt;
<code>&lt;property.name&gt;property.value&lt;/property.name&gt;</code>
]]>
</description>
<type>Properties</type>
<association xml.mapStyle="inline">