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

unknown os.arch: IA64N #25

Closed llowinge closed 6 years ago

llowinge commented 7 years ago

Here is full info about the machine:

[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: hpux [INFO] os.detected.arch: unknown [INFO] os.detected.classifier: hpux-unknown [ERROR] unknown os.arch: IA64N -> [Help 1]

Do you think it is possible to fix it ? Or is there a way how to use failOnUnknownOS without explicitly specifying on command line like: -DfailOnUnknownOS=false ? It would be great to set it throught eg. maven property.

trustin commented 6 years ago

72e3f62243f59493317a45168148c2f3dc3d2533 should now understand IA64N and IA64W. By the way, I though os-maven-plugin already understands -DfailOnUnknownOS=true option? Please let me know if it does not.