complexType Plugin

complexType {http://maven.apache.org/POM/4.0.0}Plugin

Abstractfalse (This can be used in an instance)
Target Namespacehttp://maven.apache.org/POM/4.0.0
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=http://maven.apache.org/POM/4.0.0


Source

<xs:complexType name="Plugin">
    <
xs:annotation>
        <
xs:documentation source="version">4.0.0</xs:documentation>
    </
xs:annotation>
    <
xs:all>
        <
xs:element name="groupId" minOccurs="0" type="xs:string" default="org.apache.maven.plugins">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="artifactId" minOccurs="0" type="xs:string">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="version" minOccurs="0" type="xs:string">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">The version of the plugin to be used.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="extensions" minOccurs="0" type="xs:boolean" default="false">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">
Whether to load Maven extensions (such as packaging and type handlers) from this
plugin
                
</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="executions" minOccurs="0">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">
Multiple specifications of a set of goals, each having (possibly) different
configuration
                
</xs:documentation>
            </
xs:annotation>
            <
xs:complexType>
                <
xs:sequence>
                    <
xs:element name="execution" minOccurs="0" maxOccurs="unbounded"
                        
type="PluginExecution"/>
                </
xs:sequence>
            </
xs:complexType>
        </
xs:element>
        <
xs:element name="dependencies" minOccurs="0">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">Additional dependencies that this project needs to introduce to the plugin</xs:documentation>
            </
xs:annotation>
            <
xs:complexType>
                <
xs:sequence>
                    <
xs:element name="dependency" minOccurs="0" maxOccurs="unbounded"
                        
type="Dependency"/>
                </
xs:sequence>
            </
xs:complexType>
        </
xs:element>
        <
xs:element name="goals" minOccurs="0">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">NOT A VALID ELEMENT. LISTED TO ALLOW LEGACY REPOSITORY POMs TO PARSE.</xs:documentation>
            </
xs:annotation>
            <
xs:complexType>
                <
xs:sequence>
                    <
xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
                </
xs:sequence>
            </
xs:complexType>
        </
xs:element>
        <
xs:element name="inherited" minOccurs="0" type="xs:string">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">Whether this container's configuration should be propagated to child POMs.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="configuration" minOccurs="0">
            <
xs:annotation>
                <
xs:documentation source="version">0.0.0+</xs:documentation>
            </
xs:annotation>
            <
xs:complexType>
                <
xs:sequence>
                    <
xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
                </
xs:sequence>
            </
xs:complexType>
        </
xs:element>
    </
xs:all>
</
xs:complexType>


Documentation

See also: version
4.0.0


complexType Plugin


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.