makeMode

Namespace: http://hudson-ci.org/xsd/hudson/2.1.0/maven/config

Java class for makeMode.

The following schema fragment specifies the expected content contained within this class.

<simpleType name="makeMode">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NONE"/>
<enumeration value="DEPENDENCIES"/>
<enumeration value="DEPENDENTS"/>
<enumeration value="BOTH"/>
</restriction>
</simpleType>

Possible Values

value description
NONE
DEPENDENCIES
DEPENDENTS
BOTH