| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Plugin (restriction)
4.0.0
| Nested Element Summary | |
xs:string | artifactId4.0.0The artifact ID of the plugin in the repository. |
| configuration0.0.0+ |
| dependencies4.0.0Additional dependencies that this project needs to introduce to the plugin's classloader. |
| executions4.0.0Multiple specifications of a set of goals to execute during the build lifecycle, each having (possibly) different configuration. |
xs:boolean | extensions4.0.0Whether to load Maven extensions (such as packaging and type handlers) from this plugin. |
| goals4.0.0 <b>Deprecated</b>. |
xs:string | groupId4.0.0The group ID of the plugin in the repository. |
xs:string | inherited4.0.0 Whether any configuration should be propagated to child POMs. |
xs:string | version4.0.0The version (or valid range of verisons) of the plugin to be used. |
<xs:complexType name="Plugin"><xs:all></xs:complexType><xs:element default="org.apache.maven.plugins" minOccurs="0" name="groupId" type="xs:string">
</xs:element><xs:element minOccurs="0" name="artifactId" type="xs:string">
</xs:element><xs:element minOccurs="0" name="version" type="xs:string">
</xs:element><xs:element default="false" minOccurs="0" name="extensions" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="executions"><xs:complexType></xs:element><xs:sequence></xs:complexType>
</xs:sequence><xs:element minOccurs="0" name="dependencies"><xs:complexType></xs:element><xs:sequence></xs:complexType>
</xs:sequence><xs:element minOccurs="0" name="goals"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/></xs:sequence><xs:element minOccurs="0" name="inherited" type="xs:string">
</xs:element><xs:element minOccurs="0" name="configuration"></xs:all><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/></xs:sequence>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||