Skip to content

[MNG-5781] resolution of nested import scoped dependencies causes maven to reach out to external central repo #7816

@jira-importer

Description

@jira-importer

Ravi Sanwal opened MNG-5781 and commented

When a project uses a dependency that has as import scoped dependency, which in turn also has another import scoped dependency (nested imported scoped dependencies), resolution of the last level of dependency makes maven to reach our to the external central repository (https://repo.maven.apache.org/maven2/)

Steps to reproduce:
Use the attached global settings file.
It has an internal repository declared as a replacement to 'central', you can point to one of your own internal repo.(not the local)

Build the attached file first.pom.xml: 

mvn -gs global_settings.xml install -f first.pom.xml

Build the attached file second.pom.xml:

mvn install -f second.pom.xml

Then, delete org.aspectj:aspectjtools from local repo (rm ~/.m2/repository/org/aspectj/aspectjtools), we want to download this from our internal central repository alias repository.
Build the attached file last.pom.xml: 

mvn -gs global_settings.xml dependency:copy-dependencies -f last.pom.xml

(copy dependencies because this is a pom project, alternatively change last.pom.xml to a jar project and do mvn -gs global_settings.xml install - same thing)

You'll see that org.aspectj:aspectjtools is being downloaded from central (https://repo.maven.apache.org/maven2/) effectively rendering hosting our own repositories useless.


Affects: 3.2.5

Attachments:

Issue Links:

  • MNG-6772 Super POM overwrites remapped central repository in nested dependencyManagement import POMs
    ("is duplicated by")

1 votes, 9 watchers

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:majorMajor loss of function

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions