Namespace: |
|
Content: |
complex, 6 elements |
Defined: |
globally in maven-4.0.0.xsd; see XML source |
Includes: |
definitions of 6 elements |
Used: |
at 1 location |
XML Representation Summary |
|||
<...> |
|||
|
|||
</...> |
<plugin>
element contains informations required for a report plugin.
<xs:all>
<xs:element default="org.apache.maven.plugins" minOccurs="0" name="groupId" type="xs:string"/>
</xs:all>
<xs:complexType>
</xs:element>
<xs:sequence>
</xs:sequence>
</xs:complexType>
<xs:complexType>
</xs:element>
<xs:sequence>
</xs:complexType>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
|
Type: |
xs:string, predefined, simple content |
|
Type: |
anonymous complexType, complex content |
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>
|
Type: |
xs:string, predefined, simple content |
|
Default: |
"org.apache.maven.plugins" |
Type: |
xs:string, predefined, simple content |
String
for technical reasons, the semantic type is actually
Boolean
. Default value is true
.
|
Type: |
anonymous complexType, complex content |
execution
in the build.
<xs:complexType>
<xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
|
Type: |
xs:string, predefined, simple content |
|
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. |