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 867 forks source link

Plugin validation isue with Maven 3.9.2 #1093

Closed basil closed 1 year ago

basil commented 1 year ago

Even after upgrading to 1.13.1, the issue is not resolved:

[WARNING] com.github.eirslett:frontend-maven-plugin:1.13.1 [WARNING] Plugin should declare these Maven artifacts in provided scope: [org.apache.maven:maven-artifact:3.6.0]

eirslett commented 1 year ago

oh :-( how about 1.13.3?

alankstewart commented 1 year ago

No warnings for me now with 1.13.3. Thanks

basil commented 1 year ago

Thank you, 1.13.3 is working for me.