Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, elem., wildcard |
Defined: |
|
Includes: |
declaration of elem. wildcard |

XML Representation Summary |
|||
<configuration> |
|||
|
|||
</configuration> |
|||
Component |
Type / Value |
Occurs |
Nillable? |
Declared In |
Description |
|
|
from any namespace
|
0..∞ |
|||||
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.
XML schema documentation generated with FlexDoc/XML 1.15 using FlexDoc/XML XSDDoc 3.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit. |