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

maven.plugin.validation warnings #136

Open
msymons opened this issue Jun 13, 2023 · 0 comments
Open

maven.plugin.validation warnings #136

msymons opened this issue Jun 13, 2023 · 0 comments

Comments

@msymons
Copy link

msymons commented Jun 13, 2023

Building a project using Maven 3.9.x will generate plugin validation warnings. These a intended to help spot problems that plugins might run into when Maven 4.x is released.

When using 'maven.plugin.validation' property with value "verbose", we see:

Plugin validation issues were detected in 14 plugin(s)

 * org.apache.maven.plugins:maven-compiler-plugin:3.8.1
 * org.codehaus.mojo:rpm-maven-plugin:2.2.0


* org.codehaus.mojo:rpm-maven-plugin:2.2.0
 Declared at location(s):
  * xxx
 Used in module(s):
  * yyy
 Plugin issue(s):
  * Plugin is a Maven 2.x plugin, which will be not supported in Maven 4.x
  * Plugin depends on plexus-container-default, which is EOL

plexus-container-default is EOL because of move to JSR330, implemented by Eclipse Sisu. See:

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