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

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

Documentation
1.0.0
            
            List of manually-activated build profiles, specified in the order in which
            they should be applied.
            
          
Properties
This component is not nillable.

Model
<activeProfiles>
activeProfile*
</activeProfiles>


Nested Element Summary
xs:stringactiveProfile
          
Source
<xs:element minOccurs="0" name="activeProfiles">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="activeProfile" type="xs:string"/>
</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.