You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/06/02 17:57:00 UTC

[jira] [Created] (MSHARED-913) Missing component annotations for maven3 and maven dependency collectors

Elliotte Rusty Harold created MSHARED-913:
---------------------------------------------

             Summary: Missing component annotations for maven3 and maven dependency collectors
                 Key: MSHARED-913
                 URL: https://issues.apache.org/jira/browse/MSHARED-913
             Project: Maven Shared Components
          Issue Type: Bug
            Reporter: Elliotte Rusty Harold


org.apache.maven.shared.transfer.dependencies.collect.internal.Maven30DependencyCollector and org.apache.maven.shared.transfer.dependencies.collect.internal.Maven31DependencyCollector

do not have @Component annotations so they cannot be looked up by Plexus.

This appears in maven-dependency-plugin list-repositories integration tests when you try to update artifact-transfer past 0.11.0 to 0.12.0.

This might be fixed at head since it looks like that no longer uses Plexus to find the Maven31DependencyCollector and Maven30DependencyCollector classes. 





--
This message was sent by Atlassian Jira
(v8.3.4#803005)