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

Support corepack #1157

Open stevestorey opened 3 weeks ago

stevestorey commented 3 weeks ago

Summary

Adds support for using corepack to manage the package manager in use on a given build project.

Tests and Documentation

README is updated, an integration example has been provided

Fixes: https://github.com/eirslett/frontend-maven-plugin/issues/1032