You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/08/25 17:42:14 UTC

svn commit: r1377313 - /maven/maven-3/trunk/maven-settings/src/main/mdo/settings.mdo

Author: dennisl
Date: Sat Aug 25 15:42:14 2012
New Revision: 1377313

URL: http://svn.apache.org/viewvc?rev=1377313&view=rev
Log:
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.

Modified:
    maven/maven-3/trunk/maven-settings/src/main/mdo/settings.mdo

Modified: maven/maven-3/trunk/maven-settings/src/main/mdo/settings.mdo
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-settings/src/main/mdo/settings.mdo?rev=1377313&r1=1377312&r2=1377313&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-settings/src/main/mdo/settings.mdo (original)
+++ maven/maven-3/trunk/maven-settings/src/main/mdo/settings.mdo Sat Aug 25 15:42:14 2012
@@ -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">