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.23k stars 867 forks source link

Explicit configuration to download zip instead of exe on Windows #921

Open ermicioi opened 4 years ago

ermicioi commented 4 years ago

Do you want to request a feature or report a bug? feature

What is the current behavior? If in plugin configuration the NPM version is configured and the execution runs on Windows machine, then plugin will try to download node.exe

What is the expected behavior? If additional configuration like <useArchive>true</useArchive> is configured with value true and build is running on Windows then plugin to try to download a zip archive instead of exe.

Please mention your frontend-maven-plugin and operating system version. Window, plugin verion 1.9.1