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

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

Documentation
4.0.0
        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.
      
Properties
This component is not nillable.

Model
<...>
(repository? ; snapshotRepository? ; site? ; downloadUrl? ; relocation? ; status?)
</...>


Nested Element Summary
xs:stringdownloadUrl
          4.0.0+ The URL of the project's download page. 
Relocationrelocation
          4.0.0 Relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.  
DeploymentRepositoryrepository
          4.0.0 Information needed to deploy the artifacts generated by the project to a remote repository.  
Sitesite
          4.0.0 Information needed for deploying the web site of the project.  
DeploymentRepositorysnapshotRepository
          4.0.0 Where to deploy snapshots of artifacts to. 
xs:stringstatus
          4.0.0 Gives the status of this artifact in the remote repository. 
Source
<xs:complexType name="DistributionManagement">
<xs:all>
<xs:element minOccurs="0" name="repository" type="DeploymentRepository">
</xs:element>
<xs:element minOccurs="0" name="snapshotRepository" type="DeploymentRepository">
</xs:element>
<xs:element minOccurs="0" name="site" type="Site">
</xs:element>
<xs:element minOccurs="0" name="downloadUrl" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="relocation" type="Relocation">
</xs:element>
<xs:element minOccurs="0" name="status" 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.