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
When I run spring-javaformat:apply -Dmaven.plugin.validation=VERBOSE , Maven warns about plugin validation issues. This warning only occurs occasionally.
[WARNING]
[WARNING] Plugin validation issues were detected in 1 plugin(s)
[WARNING]
[WARNING] * io.spring.javaformat:spring-javaformat-maven-plugin:0.0.39
[WARNING] Declared at location(s):
[WARNING] * unknown
[WARNING] Used in module(s):
[WARNING] * com.power4j.kit:coca-parent:0.1.x-SNAPSHOT (pom.xml)
[WARNING] * com.power4j.kit:coca-common:0.1.x-SNAPSHOT (coca-common\pom.xml)
[WARNING] * com.power4j.kit:coca-native:0.1.x-SNAPSHOT (coca-native\pom.xml)
[WARNING] * com.power4j.kit:coca-bom:0.1.x-SNAPSHOT (coca-bom\pom.xml)
[WARNING] Plugin issue(s):
[WARNING] * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-plugin-api:3.5.0, org.apache.maven:maven-model:3.5.0, org.apache.maven:maven-artifact:3.5.0]
[WARNING]
[WARNING]
[WARNING] Fix reported issues by adjusting plugin configuration or by upgrading above listed plugins. If no upgrade available, please notify plugin maintainers about reported issues.
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]
Process finished with exit code 0
The text was updated successfully, but these errors were encountered:
When I run
spring-javaformat:apply -Dmaven.plugin.validation=VERBOSE
, Maven warns about plugin validation issues. This warning only occurs occasionally.The text was updated successfully, but these errors were encountered: