http://maven.apache.org/POM/4.0.0
complexType Activation

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

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

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


Nested Element Summary
xs:booleanactiveByDefault
          4.0.0Flag specifying whether this profile is active by default. 
ActivationFilefile
          4.0.0 Specifies that this profile will be activated based on existence of a file.  
xs:stringjdk
          4.0.0 Specifies that this profile will be activated when a matching JDK is detected. 
ActivationOSos
          4.0.0 Specifies that this profile will be activated when matching operating system attributes are detected.  
ActivationPropertyproperty
          4.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.