| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/SETTINGS/1.0.0}Server (restriction)
1.0.0
The <code><server></code> element contains informations required to a server settings.
| Nested Element Summary | |
| configuration0.0.0+ Extra configuration for the transport layer. |
xs:string | directoryPermissions1.0.0 The permissions for directories when they are created. |
xs:string | filePermissions1.0.0 The permissions for files when they are created. |
xs:string | id1.0.0 |
xs:string | passphrase1.0.0 The passphrase used in conjunction with the privateKey to authenticate. |
xs:string | password1.0.0 The password used in conjunction with the username to authenticate. |
xs:string | privateKey1.0.0 The private key location used to authenticate. |
xs:string | username1.0.0 The username used to authenticate. |
<xs:complexType name="Server"><xs:all></xs:complexType><xs:element minOccurs="0" name="username" type="xs:string">
</xs:element><xs:element minOccurs="0" name="password" type="xs:string">
</xs:element><xs:element minOccurs="0" name="privateKey" type="xs:string">
</xs:element><xs:element minOccurs="0" name="passphrase" type="xs:string">
</xs:element><xs:element minOccurs="0" name="filePermissions" type="xs:string">
</xs:element><xs:element minOccurs="0" name="directoryPermissions" type="xs:string">
</xs:element><xs:element minOccurs="0" name="configuration"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/></xs:sequence><xs:element minOccurs="0" name="id" type="xs:string"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||