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

Would you turn `OS` and `Arch` into `enum`s? #75

Open elect86 opened 4 months ago

elect86 commented 4 months ago

As titled, so that I may simply depends on this lib instead copying/pasting the detect* logic?

I may provide a PR myself, if it's ok