| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Activation (restriction)
4.0.0
The conditions within the build runtime environment which will trigger
the automatic inclusion of the build profile.
| Nested Element Summary | |
xs:boolean | activeByDefault4.0.0Flag specifying whether this profile is active by default. |
ActivationFile | file4.0.0 Specifies that this profile will be activated based on existence of a file. |
xs:string | jdk4.0.0 Specifies that this profile will be activated when a matching JDK is detected. |
ActivationOS | os4.0.0 Specifies that this profile will be activated when matching operating system attributes are detected. |
ActivationProperty | property4.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 | ||||||