-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Manuel s opened MRESOURCES-298 and commented
Using maven-resources-plugin:3.3.0 with latest maven 3.9.2 and calling in a consele with "mvn -Dmaven.plugin.validation=VERBOSE" produces next warnings and seems like ist not ready for next Maven 4:
org.apache.maven.plugins:maven-resources-plugin:3.3.0
[WARNING] Declared at location(s):
[WARNING] * org.apache.maven:maven-core:3.9.2:default-lifecycle-bindings @ line -1
[WARNING] Used in module(s):
[WARNING] * XXXX-SNAPSHOT (XX\pom.xml)
[WARNING] * XX-SNAPSHOT (XX\pom.xml)
[WARNING] * YY-SNAPSHOT (YY\pom.xml)
[WARNING] * ZZ-SNAPSHOT (ZZ\pom.xml)
[WARNING] * ZZ-SNAPSHOT (ZZ\pom.xml)
[WARNING] Mojo issue(s):
[WARNING] * Mojo resources:resources (org.apache.maven.plugins.resources.ResourcesMojo)
[WARNING] - Implements Contextualizable interface from Plexus Container, which is EOL.
[WARNING] * Mojo resources:testResources (org.apache.maven.plugins.resources.TestResourcesMojo)
[WARNING] - Implements Contextualizable interface from Plexus Container, which is EOL.
No further details from MRESOURCES-298