mirror of https://github.com/apache/maven.git
[MNG-5108] added combine.children and combine.self attributes information in model descriptor documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1142230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
69bbf28ea4
commit
116dc7c7a6
|
@ -2582,7 +2582,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>
|
||||
|
|
Loading…
Reference in New Issue