...
Family Value | Condition for Activation |
|---|---|
windows | if OS name contains the word "windows" |
os/2 | if OS name contains the word "os/2" |
netware | if OS name contains the word "netware" |
dos | if OS family is not "netware", and its path separator is ";" |
mac | if OS name contains the word "mac" |
tandem | if OS name contains the word "nonstop_kernel" |
unix | if OS family is not "openvms" and not "mac" which names does not end with "X", and its path separator is ":" |
win9x | is OS family is "windows" and OS name contains "95", "98", "me", or "ce" |
z/os | if OS name contains the word "z/os" or "os/390" |
os/400 | if OS name contains the word "os/400" |
openvms | if OS name contains the word "openvms" |
| Warning | ||
|---|---|---|
| ||
You may For Maven versions prior to 2.0.6, you need to declare your os OS family, name, arch , and version all in small caps (see MNG-2814). |
...
