complexType DistributionManagement

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

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="DistributionManagement">
    <
xs:annotation>
        <
xs:documentation source="version">4.0.0</xs:documentation>
        <
xs:documentation source="description">
This elements describes all that pertains to distribution for a project.
It is primarily used for deployment of artifacts and distributions
produced by the build.
        
</xs:documentation>
    </
xs:annotation>
    <
xs:all>
        <
xs:element name="repository" minOccurs="0" type="DeploymentRepository">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">
Information needed for deploying to remote repository artifacts
generated by the project
                
</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="snapshotRepository" minOccurs="0" type="DeploymentRepository">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">Where to deploy snapshots of artifacts to. If not given, it defaults to the repository.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="site" minOccurs="0" type="Site">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">Information needed for deploying website files of the project.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="downloadUrl" minOccurs="0" type="xs:string">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0+</xs:documentation>
                <
xs:documentation source="description">
The URL of the project's download page. If not given users will be referred to the homepage given by
<code>url</code>.
                
</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="relocation" minOccurs="0" type="Relocation">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">Relocation information if the artifact has been moved to a new group/artifactId</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="status" minOccurs="0" type="xs:string">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">
Gives the status of this artifact in the remote repository. This must not be set in your local
project, as it is updated by tools placing it in the reposiory. Valid values are: none (default),
converted (repository manager converted this from an Maven 1 POM), partner (directly synced from a partner
Maven 2 repository), deployed (was deployed from a Maven 2 instance), verified (has been hand verified as
correct and final).
                
</xs:documentation>
            </
xs:annotation>
        </
xs:element>
    </
xs:all>
</
xs:complexType>


Documentation

See also: version
4.0.0
See also: description
This elements describes all that pertains to distribution for a project.
It is primarily used for deployment of artifacts and distributions
produced by the build.


complexType DistributionManagement


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.