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

Detect more `osx` variants #67

Closed trustin closed 1 year ago

trustin commented 1 year ago

Motivation:

It looks like some JDK implementations do neither return macosx or osx for System.getProperty("os.arch").

Modifications:

Result: