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

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

Documentation
4.0.0
        A 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
          4.0.0 A unique identifier for a repository. 
xs:stringlayout
          4.0.0 The type of layout this repository uses for locating and storing artifacts - can be <code>legacy</code> or <code>default</code>.  
xs:stringname
          4.0.0 Human readable name of the repository.  
RepositoryPolicyreleases
          4.0.0How to handle downloading of releases from this repository. 
RepositoryPolicysnapshots
          4.0.0How to handle downloading of snapshots from this repository. 
xs:stringurl
          4.0.0 The url of the repository, in the form <code>protocol://hostname/path</code>.  
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.