Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, elem. wildcard |
Defined: |
|
Includes: |
definition of elem. wildcard |
XML Representation Summary |
|||
<configuration> |
|||
|
|||
</configuration> |
The configuration as DOM object.
By default, every element content is trimmed, but starting with Maven 3.1.0, you can add
xml:space="preserve"
to elements you want to preserve whitespace.
You can control how child POMs inherit configuration from parent POMs by adding combine.children
or combine.self
attributes to the children of the configuration element:
combine.children
: available values are merge
(default) and append
,combine.self
: available values are merge
(default) and override
.See POM Reference documentation and Xpp3DomUtils for more information.
<xs:complexType>
<xs:sequence>
</xs:complexType>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:element>
|
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
|
XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit. |