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

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

Documentation
1.0.0
        
        Modifications to the build process which is keyed on some
        sort of environmental parameter.
        
      
Properties
This component is not nillable.

Model
<...>
(activation? ; properties ; repositories ; pluginRepositories ; id?)
</...>


Nested Element Summary
Activationactivation
          1.0.0 The conditional logic which will automatically trigger the inclusion of this profile.  
xs:stringid
          1.0.0 
 pluginRepositories
          1.0.0 The lists of the remote repositories for discovering plugins.  
 properties
          0.0.0+ Extended configuration specific to this profile goes here. 
 repositories
          1.0.0 The lists of the remote repositories.  
Source
<xs:complexType name="Profile">
<xs:all>
<xs:element minOccurs="0" name="activation" type="Activation">
</xs:element>
<xs:element minOccurs="0" name="properties">
<xs:complexType>
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="repositories">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="repository" type="Repository"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="pluginRepositories">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="pluginRepository" type="Repository"/>
</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.