http://maven.apache.org/POM/4.0.0
complexType PluginExecution

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}PluginExecution (restriction)

Documentation
4.0.0
Properties
This component is not nillable.

Model
<...>
(id? ; phase? ; goals ; inherited? ; configuration)
</...>


Nested Element Summary
 configuration
          0.0.0+ 
 goals
          4.0.0The goals to execute with the given configuration. 
xs:stringid
          4.0.0The identifier of this execution for labelling the goals during the build, and for matching exections to merge during inheritance. 
xs:stringinherited
          4.0.0 Whether any configuration should be propagated to child POMs. 
xs:stringphase
          4.0.0The build lifecycle phase to bind the goals in this execution to. 
Source
<xs:complexType name="PluginExecution">
<xs:all>
<xs:element default="default" minOccurs="0" name="id" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="phase" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="goals">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="goal" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="inherited" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="configuration">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.