You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Eric Chang (JIRA)" <ji...@apache.org> on 2018/07/27 17:08:00 UTC

[jira] [Comment Edited] (MNG-6240) Duplicate components in plugin extension realm when plugin depends on maven-aether-resolver

    [ https://issues.apache.org/jira/browse/MNG-6240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16560005#comment-16560005 ] 

Eric Chang edited comment on MNG-6240 at 7/27/18 5:07 PM:
----------------------------------------------------------

I ran into this recently and wanted to share with others might run into this issue.  Was using maven 3.3.9 and faced -MDEPLOY-221-

The cause was due to a recently added plugin (it was spotbugs for me).  So definitely check recent plugins that were added or upgraded in your project.

[~gsfernandes] [~abaxanean] fyi

 


was (Author: ericfchang):
I ran into this recently and wanted to share with others might run into this issue.  Was using maven 3.3.9 and faced -MDEPLOY-221-

 

> Duplicate components in plugin extension realm when plugin depends on maven-aether-resolver
> -------------------------------------------------------------------------------------------
>
>                 Key: MNG-6240
>                 URL: https://issues.apache.org/jira/browse/MNG-6240
>             Project: Maven
>          Issue Type: Bug
>          Components: Class Loading
>    Affects Versions: 3.5.0
>            Reporter: Guillaume Boué
>            Assignee: Guillaume Boué
>            Priority: Major
>             Fix For: 3.5.2
>
>
> When a plugin extension has a dependency on {{maven-aether-resolver}}, the components of this artifact are added into the plugin realm even though Maven Core already provides them. This is a regression introduced by the rename of this module to {{maven-resolver-provider}} in 3.5.0.
> This rename has kept all the classes of {{maven-aether-resolver}} for compatibility, therefore the old artifact name also needs to be exported by Maven Core in {{extension.xml}}.
> A visible side-effect of this is MDEPLOY-221, where the two {{MetadataGeneratorFactory}} components of {{maven-aether-provider}} (which are {{SnapshotMetadataGeneratorFactory}} and {{VersionsMetadataGeneratorFactory}}) are present twice as Guice bindings, and wrong metadata information is deployed as a consequence. This is due to the Flex Mojos plugin extension which depends on {{maven-aether-resolver}} used in the build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)