mojohaus / rpm-maven-plugin

http://www.mojohaus.org/rpm-maven-plugin/
Other
56 stars 48 forks source link

maven.plugin.validation warnings #136

Open msymons opened 1 year ago

msymons commented 1 year ago

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: