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

Make NpxMojo thread-safe #1001

Closed paulpolushkin closed 2 years ago

paulpolushkin commented 2 years ago

Motivation

Getting following message when using -T key

[WARNING] [WARNING] Your build is requesting parallel execution, but project [WARNING] contains the following plugin(s) that have goals not marked [WARNING] as @threadSafe to support parallel building. [WARNING] While this /may/ work fine, please look for plugin updates [WARNING] and/or request plugins be made thread-safe. [WARNING] If reporting an issue, report it against the plugin in [WARNING] question, not against maven-core [WARNING] [WARNING] The following plugins are not marked @threadSafe: [WARNING] com.github.eirslett:frontend-maven-plugin:1.12.0 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] *****

eirslett commented 2 years ago

thanks!