FlexDoc/XML XSDDoc Demo
XML Schema for Maven POM 4.0.0


element <snapshotRepository>
Namespace:
Type:
Content:
complex, 7 elements
Defined:
locally in complexType DistributionManagement in maven-4.0.0.xsd; see XML source
Component Diagram
XML Representation Summary
<snapshotRepository>
   
Content: 
uniqueVersion? × releases? × snapshots? × id? × name? × url? × layout?
</snapshotRepository>
Content Element Model:
Component
Type / Value
Occurs
Nillable?
Declared In
Description
1..1
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. »
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.
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:
Where to deploy snapshots of artifacts to. If not given, it defaults to the repository element.
Related Components


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.