Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin validation warning #385

Closed
John-Chan opened this issue Aug 4, 2023 · 1 comment
Closed

Plugin validation warning #385

John-Chan opened this issue Aug 4, 2023 · 1 comment

Comments

@John-Chan
Copy link

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
@wilkinsona
Copy link
Contributor

Duplicates #378.

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants