mirror of https://github.com/apache/maven.git
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:
parent
cba6b32e6a
commit
ed5dfb2d5b
|
@ -707,9 +707,11 @@
|
||||||
<field>
|
<field>
|
||||||
<name>properties</name>
|
<name>properties</name>
|
||||||
<description>
|
<description>
|
||||||
|
<![CDATA[
|
||||||
Extended configuration specific to this profile goes here.
|
Extended configuration specific to this profile goes here.
|
||||||
Contents take the form of
|
Contents take the form of
|
||||||
<property.name>property.value</property.name>
|
<code><property.name>property.value</property.name></code>
|
||||||
|
]]>
|
||||||
</description>
|
</description>
|
||||||
<type>Properties</type>
|
<type>Properties</type>
|
||||||
<association xml.mapStyle="inline">
|
<association xml.mapStyle="inline">
|
||||||
|
|
Loading…
Reference in New Issue