complexType "DistributionManagement"
Namespace:
Content:
complex, 6 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 6 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
4.0.0+
description:
This elements describes all that pertains to distribution for a project. It is primarily used for deployment of artifacts and the site produced by the build.
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="DistributionManagement">
<xs:all>
<xs:element minOccurs="0" name="repository" type="DeploymentRepository"/>
<xs:element minOccurs="0" name="snapshotRepository" type="DeploymentRepository"/>
<xs:element minOccurs="0" name="site" type="Site"/>
<xs:element minOccurs="0" name="downloadUrl" type="xs:string"/>
<xs:element minOccurs="0" name="relocation" type="Relocation"/>
<xs:element minOccurs="0" name="status" type="xs:string"/>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 6/6)
downloadUrl
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The URL of the project's download page. If not given users will be referred to the homepage given by url. This is given to assist in locating artifacts that are not in the repository due to licensing restrictions.
XML Representation Summary
<downloadUrl>
   
Content: 
{ xs:string }
</downloadUrl>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="downloadUrl" type="xs:string"/>

relocation
Type:
Relocation, complex content
version:
4.0.0+
description:
Relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="relocation" type="Relocation"/>

repository
Type:
DeploymentRepository, complex content
version:
4.0.0+
description:
Information needed to deploy the artifacts generated by the project to a remote repository.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="repository" type="DeploymentRepository"/>

site
Type:
Site, complex content
version:
4.0.0+
description:
Information needed for deploying the web site of the project.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="site" type="Site"/>

snapshotRepository
Type:
DeploymentRepository, complex content
version:
4.0.0+
description:
Where to deploy snapshots of artifacts to. If not given, it defaults to the repository element.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="snapshotRepository" type="DeploymentRepository"/>

status
Type:
xs:string, predefined, simple content
version:
4.0.0+
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).
XML Representation Summary
<status>
   
Content: 
{ xs:string }
</status>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="status" type="xs:string"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.