You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/02 16:37:30 UTC

svn commit: r1142231 - /maven/maven-2/branches/maven-2.2.x/maven-model/src/main/mdo/maven.mdo

Author: hboutemy
Date: Sat Jul  2 14:37:29 2011
New Revision: 1142231

URL: http://svn.apache.org/viewvc?rev=1142231&view=rev
Log:
[MNG-5108] added combine.children and combine.self attributes information in model descriptor documentation (merged from trunk r1142230)

Modified:
    maven/maven-2/branches/maven-2.2.x/maven-model/src/main/mdo/maven.mdo

Modified: maven/maven-2/branches/maven-2.2.x/maven-model/src/main/mdo/maven.mdo
URL: http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/maven-model/src/main/mdo/maven.mdo?rev=1142231&r1=1142230&r2=1142231&view=diff
==============================================================================
--- maven/maven-2/branches/maven-2.2.x/maven-model/src/main/mdo/maven.mdo (original)
+++ maven/maven-2/branches/maven-2.2.x/maven-model/src/main/mdo/maven.mdo Sat Jul  2 14:37:29 2011
@@ -2465,7 +2465,20 @@
           <type>String</type>
         </field>
         <field>
-          <description>The configuration as DOM object.</description>
+          <description>
+            <![CDATA[
+            The configuration as DOM object.
+            You can control how child POMs inherit configuration from parent POMs by adding <code>combine.children</code>
+            or <code>combine.self</code> attributes to the children of the configuration element:
+            <ul>
+            <li><code>combine.children</code>: available values are <code>merge</code> (default) and <code>append</code>,</li>
+            <li><code>combine.self</code>: available values are <code>merge</code> (default) and <code>override</code>.</li>
+            </ul>
+            See <a href="http://maven.apache.org/pom.html#Plugins">POM Reference documentation</a> and
+            <a href="http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3DomUtils.html">Xpp3DomUtils</a>
+            for more information.
+            ]]>
+          </description>
           <name>configuration</name>
           <type>DOM</type>
         </field>