FlexDoc/XML XSDDoc Demo
XML Schema for Maven POM 4.0.0


complexType "Activation"
Namespace:
Content:
complex, 5 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
declarations of 5 elements
Referenced:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Element Model:
Component
Type / Value
Occurs
Nillable?
Declared In
Description
1..1
 activeByDefault
xs:boolean : "false"
0..1
no
4.0.0+ If set to true, this profile will be active unless another profile in this pom is activated using the command line -P option or by one of that profile's activators.
 jdk
xs:string
0..1
no
4.0.0+ Specifies that this profile will be activated when a matching JDK is detected. For example, 1.4 only activates on JDKs versioned 1.4, while !1.4 matches any JDK that is not version 1.4. Ranges are supported too: [1.5,) activates when the JDK is 1.5 minimum.
 os
0..1
no
4.0.0+ Specifies that this profile will be activated when matching operating system attributes are detected.
0..1
no
4.0.0+ Specifies that this profile will be activated when this system property is specified.
0..1
no
4.0.0+ Specifies that this profile will be activated based on existence of a file.
Description
version:
4.0.0+
description:
The conditions within the build runtime environment which will trigger the automatic inclusion of the build profile. Multiple conditions can be defined, which must be all satisfied to activate the profile.
Related Components
Referenced By


XML schema documentation generated with FlexDoc/XML 1.15 using FlexDoc/XML XSDDoc 3.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.