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

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

Documentation
1.0.0
            
            Configuration for different proxy profiles. Multiple proxy profiles
            might come in handy for anyone working from a notebook or other
            mobile platform, to enable easy switching of entire proxy
            configurations by simply specifying the profile id, again either from
            the command line or from the defaults section below.
            
          
Properties
This component is not nillable.

Model
<proxies>
proxy*
</proxies>


Nested Element Summary
Proxyproxy
          
Source
<xs:element minOccurs="0" name="proxies">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="proxy" type="Proxy"/>
</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.