FlexDoc/XML XSDDoc Demo
XML Schema for Maven POM 4.0.0


complexType "DeploymentRepository"
Namespace:
Content:
complex, 7 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
declarations of 7 elements
Referenced:
Component Diagram
XML Representation Summary
<...>
   
Content: 
uniqueVersion? × releases? × snapshots? × id? × name? × url? × layout?
</...>
Content Element Model:
Component
Type / Value
Occurs
Nillable?
Declared In
Description
1..1
 uniqueVersion
xs:boolean : "true"
0..1
no
4.0.0+ Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time
0..1
no
4.0.0+ How to handle downloading of releases from this repository.
0..1
no
4.0.0+ How to handle downloading of snapshots from this repository.
 id
xs:string
0..1
no
4.0.0+ A unique identifier for a repository. This is used to match the repository to configuration in the settings.xml file, for example. Furthermore, the identifier is used during POM inheritance and profile injection to detect repositories that should be merged.
 name
xs:string
0..1
no
4.0.0+ Human readable name of the repository.
 url
xs:string
0..1
no
4.0.0+ The url of the repository, in the form protocol://hostname/path.
 layout
xs:string : "default"
0..1
no
4.0.0+ The type of layout this repository uses for locating and storing artifacts - can be legacy or default.
Description
version:
4.0.0+
description:
Repository contains the information needed for deploying to the remote repository.
Related Components
Referenced By


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