| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}ActivationFile (restriction)
4.0.0
This is the file specification used to activate the profile. The missing value will be the location
of a file that needs to exist, and if it doesn't the profile will be activated. On the other hand exists will test
for the existence of the file and if it is there the profile will be activated.
| Nested Element Summary | |
xs:string | exists4.0.0The name of the file that must exist to activate the profile. |
xs:string | missing4.0.0The name of the file that must be missing to activate the profile. |
<xs:complexType name="ActivationFile"><xs:all></xs:complexType><xs:element minOccurs="0" name="missing" type="xs:string">
</xs:element><xs:element minOccurs="0" name="exists" type="xs:string"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||