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

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

Documentation
1.0.0
        
        The <code>&lt;server&gt;</code> element contains informations required to a server settings.
        
Properties
This component is not nillable.

Model
<...>
(username? ; password? ; privateKey? ; passphrase? ; filePermissions? ; directoryPermissions? ; configuration ; id?)
</...>


Nested Element Summary
 configuration
          0.0.0+ Extra configuration for the transport layer.  
xs:stringdirectoryPermissions
          1.0.0 The permissions for directories when they are created.  
xs:stringfilePermissions
          1.0.0 The permissions for files when they are created.  
xs:stringid
          1.0.0 
xs:stringpassphrase
          1.0.0 The passphrase used in conjunction with the privateKey to authenticate.  
xs:stringpassword
          1.0.0 The password used in conjunction with the username to authenticate.  
xs:stringprivateKey
          1.0.0 The private key location used to authenticate.  
xs:stringusername
          1.0.0 The username used to authenticate.  
Source
<xs:complexType name="Server">
<xs:all>
<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:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="id" 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.