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
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
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:
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:
plexus-container-default
is EOL because of move to JSR330, implemented by Eclipse Sisu. See:The text was updated successfully, but these errors were encountered: