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

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

Documentation
4.0.0
Describes a build extension to utilise.
Properties
This component is not nillable.

Model
<...>
(groupId? ; artifactId? ; version?)
</...>


Nested Element Summary
xs:stringartifactId
          4.0.0The artifact ID of the extension. 
xs:stringgroupId
          4.0.0The group ID of the extension's artifact. 
xs:stringversion
          4.0.0The version of the extension. 
Source
<xs:complexType name="Extension">
<xs:all>
<xs:element 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:all>
</xs:complexType>


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