| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/SETTINGS/1.0.0}ActivationFile (restriction)
1.0.0
This is the file specification used to activate a profile. The missing value will be a the location
of a file that needs to exist, and if it doesn't the profile must run. On the other hand exists will test
for the existence of the file and if it is there will run the profile.
| Nested Element Summary | |
xs:string | exists1.0.0 The name of the file that should exist to activate a profile. |
xs:string | missing1.0.0 The name of the file that should be missing to activate a 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 | ||||||