Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants