You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jim Sellers (Jira)" <ji...@apache.org> on 2023/05/11 12:40:00 UTC

[jira] [Created] (MDEP-862) warns about depending on plexus-container-default

Jim Sellers created MDEP-862:
--------------------------------

             Summary: warns about depending on plexus-container-default
                 Key: MDEP-862
                 URL: https://issues.apache.org/jira/browse/MDEP-862
             Project: Maven Dependency Plugin
          Issue Type: Improvement
    Affects Versions: 3.5.0
         Environment: Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /mnt/c/users/sellersj/Downloads/apache-maven-3.9.2
Java version: 17.0.6, vendor: Private Build, runtime: /usr/lib/jvm/java-17-openjdk-amd64
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "5.10.16.3-microsoft-standard-wsl2", arch: "amd64", family: "unix"
            Reporter: Jim Sellers


When using 3.9.2 it warns about using plexus-container-default

{code:title=sample command, path to maven specific}
~/Downloads/apache-maven-3.9.2/bin/mvn -V -B --lax-checksums org.apache.maven.plugins:maven-dependency-plugin:RELEASE:unpack    -Dtransitive=false -DoutputDirectory=. -Dmdep.stripVersion=true -Dartifact="org.apache.maven:apache-maven:3.9.2:zip:bin" -Dmaven.plugin.validation=VERBOSE
{code}

{code:title=sample warning}
[WARNING]
[WARNING] Plugin validation issues were detected in 1 plugin(s)
[WARNING]
[WARNING]  * org.apache.maven.plugins:maven-dependency-plugin:3.5.0
[WARNING]   Declared at location(s):
[WARNING]    * unknown
[WARNING]   Used in module(s):
[WARNING]    * org.apache.maven:standalone-pom:1
[WARNING]   Plugin issue(s):
[WARNING]    * Plugin depends on plexus-container-default, which is EOL
[WARNING]
[WARNING]
[WARNING] Fix reported issues by adjusting plugin configuration or by upgrading above listed plugins. If no upgrade available, please notify plugin maintainers about reported issues.
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)