http://maven.apache.org/SETTINGS/1.0.0
complexType Repository

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/SETTINGS/1.0.0}Repository (restriction)

Documentation
1.0.0
        Repository contains the information needed for establishing
        connections with remote repoistory
      
Properties
This component is not nillable.

Model
<...>
(releases? ; snapshots? ; id? ; name? ; url? ; layout?)
</...>


Nested Element Summary
xs:stringid
          1.0.0 A unique identifier for a repository.  
xs:stringlayout
          1.0.0 The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".  
xs:stringname
          1.0.0 Human readable name of the repository.  
RepositoryPolicyreleases
          1.0.0 How to handle downloading of releases from this repository  
RepositoryPolicysnapshots
          1.0.0 How to handle downloading of snapshots from this repository  
xs:stringurl
          1.0.0 The url of the repository.  
Source
<xs:complexType name="Repository">
<xs:all>
<xs:element minOccurs="0" name="releases" type="RepositoryPolicy">
</xs:element>
<xs:element minOccurs="0" name="snapshots" type="RepositoryPolicy">
</xs:element>
<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: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.