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

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

Documentation
0.0.0+
            Extended configuration specific to this profile goes here.
            Contents take the form of
            <property.name>property.value</property.name>
          
Properties
This component is not nillable.

Model
<properties>
(any element from any namespace)*
</properties>

Source
<xs:element minOccurs="0" name="properties">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</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.