| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}DeploymentRepository (restriction)
4.0.0
Repository contains the information needed for deploying to the remote repoistory.
| Nested Element Summary | |
xs:string | id4.0.0 A unique identifier for a repository. |
xs:string | layout4.0.0 The type of layout this repository uses for locating and storing artifacts - can be <code>legacy</code> or <code>default</code>. |
xs:string | name4.0.0 Human readable name of the repository. |
xs:boolean | uniqueVersion4.0.0Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time |
xs:string | url4.0.0 The url of the repository, in the form <code>protocol://hostname/path</code>. |
<xs:complexType name="DeploymentRepository"><xs:all></xs:complexType><xs:element default="true" minOccurs="0" name="uniqueVersion" type="xs:boolean">
</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:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||