http://maven.apache.org/SETTINGS/1.0.0
element servers

Super Types
{http://maven.apache.org/SETTINGS/1.0.0} (restriction)

Documentation
1.0.0
            
            Configuration of server-specific settings, mainly authentication
            method. This allows configuration of authentication on a per-server
            basis.
            
          
Properties
This component is not nillable.

Model
<servers>
server*
</servers>


Nested Element Summary
Serverserver
          
Source
<xs:element minOccurs="0" name="servers">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="server" type="Server"/>
</xs:sequence>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.