element <configuration> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, elem. wildcard
Defined:
Includes:
definition of elem. wildcard
Component Diagram
XML Representation Summary
<configuration>
   
Content: 
</configuration>
Included in content model of elements (1):
Annotation
version:
0.0.0+
description:

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:

See POM Reference documentation and Xpp3DomUtils for more information.

XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="configuration">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 1/1)
{any element from any namespace}
XML Source (see within schema source)
<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.