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.2k stars 868 forks source link

Allow to override FileDownloader #1109

Open ia3andy opened 9 months ago

ia3andy commented 9 months ago

For Quarkus Quinoa (using the core part of this for installing Node.js), I would like to use Vert.x as http client, currently the factory is locked by package protection.

ia3andy commented 9 months ago

Hacked until the fix: https://github.com/quarkiverse/quarkus-quinoa/pull/513