| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/SETTINGS/1.0.0}Repository (restriction)
1.0.0
Repository contains the information needed for establishing
connections with remote repoistory
| Nested Element Summary | |
xs:string | id1.0.0 A unique identifier for a repository. |
xs:string | layout1.0.0 The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default". |
xs:string | name1.0.0 Human readable name of the repository. |
RepositoryPolicy | releases1.0.0 How to handle downloading of releases from this repository |
RepositoryPolicy | snapshots1.0.0 How to handle downloading of snapshots from this repository |
xs:string | url1.0.0 The url of the repository. |
<xs:complexType name="Repository"><xs:all></xs:complexType><xs:element minOccurs="0" name="id" type="xs:string">
</xs:element><xs:element minOccurs="0" name="name" type="xs:string">
</xs:element><xs:element minOccurs="0" name="url" type="xs:string">
</xs:element><xs:element default="default" minOccurs="0" name="layout" type="xs:string"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||