You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are preparing for maven 4 topics. For that we activated maven-plugin validation and found, that this plugin is listed to having issues:
com.spotify.fmt:fmt-maven-plugin:2.23
Plugin EXTERNAL issue(s): Plugin should declare Maven artifacts in provided scope. If the plugin already declares them in provided scope, update the maven-plugin-plugin to latest version. Artifacts found with wrong scope: [org.apache.maven:maven-plugin-api:3.9.6]
To Reproduce
using maven in version 3.9.2 or higher
executing a packaging of a pom.xml where this plugin is used, activate -Dmaven.plugin.validation=verbose
Expected behavior
No warnings regarding this plugin.
The text was updated successfully, but these errors were encountered:
Describe the bug
We are preparing for maven 4 topics. For that we activated maven-plugin validation and found, that this plugin is listed to having issues:
provided
scope. If the plugin already declares them inprovided
scope, update the maven-plugin-plugin to latest version. Artifacts found with wrong scope: [org.apache.maven:maven-plugin-api:3.9.6]To Reproduce
Expected behavior
No warnings regarding this plugin.
The text was updated successfully, but these errors were encountered: