trustin / os-maven-plugin

A Maven plugin that sets various useful properties detected from ${os.name} and ${os.arch} properties.
Apache License 2.0
296 stars 66 forks source link

Plugin does not detect z/OS #39

Closed ind1go closed 5 years ago

ind1go commented 5 years ago

The plugin does not currently detect z/OS, one of the operating systems for IBM Z mainframes.

For z/OS, the os.name is z/OS.

ind1go commented 5 years ago

Pull request #40 attached to fix this issue.