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

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

Documentation
1.0.0
        
        The conditions within the build runtime environment which will trigger
        the automatic inclusion of the parent build profile.
        
      
Properties
This component is not nillable.

Model
<...>
(activeByDefault? ; jdk? ; os? ; property? ; file?)
</...>


Nested Element Summary
xs:booleanactiveByDefault
          1.0.0 Flag specifying whether this profile is active as a default.  
ActivationFilefile
          1.0.0 Specifies that this profile will be activated based on existence of a file.  
xs:stringjdk
          1.0.0 Specifies that this profile will be activated when a matching JDK is detected.  
ActivationOSos
          1.0.0 Specifies that this profile will be activated when matching OS attributes are detected.  
ActivationPropertyproperty
          1.0.0 Specifies that this profile will be activated when this System property is specified.  
Source
<xs:complexType name="Activation">
<xs:all>
<xs:element default="false" minOccurs="0" name="activeByDefault" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="jdk" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="os" type="ActivationOS">
</xs:element>
<xs:element minOccurs="0" name="property" type="ActivationProperty">
</xs:element>
<xs:element minOccurs="0" name="file" type="ActivationFile">
</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.