vertx-maven-plugin icon indicating copy to clipboard operation
vertx-maven-plugin copied to clipboard

Various Maven Warnings impacting Maven 4+

Open yeikel opened this issue 1 year ago • 1 comments

  • io.reactiverse:vertx-maven-plugin:1.0.28 [WARNING] Declared at location(s): [WARNING] * sample:0.0.0-SNAPSHOT (pom.xml) @ line 146 [WARNING] Used in module(s): [WARNING] * sample:0.0.0-SNAPSHOT (pom.xml) [WARNING] Plugin issue(s): [WARNING] * Plugin mixes multiple Maven versions: [3.8.5, 3.3.9] [WARNING] * Plugin should declare these Maven artifacts in provided scope: [org.apache.maven:maven-artifact:3.8.5, org.apache.maven:maven-repository-metadata:3.8.5, org.apache.maven:maven-aether-provider:3.3.9, org.apache.maven:maven-model-builder:3.8.5, org.apache.maven:maven-plugin-api:3.8.5, org.apache.maven:maven-model:3.8.5, org.apache.maven:maven-builder-support:3.8.5] [WARNING] * Plugin depends on plexus-container-default, which is EOL [WARNING] Mojo issue(s): [WARNING] * Mojo vertx:initialize (io.reactiverse.vertx.maven.plugin.mojos.InitializeMojo) [WARNING] - Implements Contextualizable interface from Plexus Container, which is EOL. [WARNING] * Mojo vertx:package (io.reactiverse.vertx.maven.plugin.mojos.PackageMojo) [WARNING] - Implements Contextualizable interface from Plexus Container, which is EOL.

Reproduce this running :

mvn clean verify -Dmaven.plugin.validation=verbose

yeikel avatar May 18 '23 16:05 yeikel