eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.21k stars 867 forks source link

Fixes #1000 Use case insensitive match when guessing AIX OS. #1023

Closed kaicode closed 2 years ago

kaicode commented 2 years ago

Small isolated change to fix the reported issue #1000 where the plugin does not match the "Aix" operating system. A case insensitive match has been implemented, just for this OS not all.

eirslett commented 2 years ago

LGTM!