Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-7619] Reverse Dependency Tree #902

Merged
merged 1 commit into from
Dec 5, 2022

Commits on Dec 4, 2022

  1. [MNG-7619] Reverse Dependency Tree

    Adds Maven feature that is able to explain why an artifact is present in local repository.
    
    Usable for diagnosing resolution issues.
    
    In local repository, for each artifact it records `.tracking` folder, containing farthest artifact that got to this artifact, and the list of graph nodes that lead to it.
    
    Note: this is based on by @grgrzybek proposal and reuses some code he provided. See apache/maven-resolver#182
    
    Forward-port of: apache#900
    
    ---
    
    https://issues.apache.org/jira/browse/MNG-7619
    cstamas committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    0ded408 View commit details
    Browse the repository at this point in the history