| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/SETTINGS/1.0.0}Activation (restriction)
1.0.0
The conditions within the build runtime environment which will trigger
the automatic inclusion of the parent build profile.
| Nested Element Summary | |
xs:boolean | activeByDefault1.0.0 Flag specifying whether this profile is active as a default. |
ActivationFile | file1.0.0 Specifies that this profile will be activated based on existence of a file. |
xs:string | jdk1.0.0 Specifies that this profile will be activated when a matching JDK is detected. |
ActivationOS | os1.0.0 Specifies that this profile will be activated when matching OS attributes are detected. |
ActivationProperty | property1.0.0 Specifies that this profile will be activated when this System property is specified. |
<xs:complexType name="Activation"><xs:all></xs:complexType><xs:element default="false" minOccurs="0" name="activeByDefault" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="jdk" type="xs:string"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||