Skip to content

Show that version is coming from dependency management #137

Description

@ML-Marco

Sometimes it's confusing that the displayed version of an artifact in the dependency analyzer doesn't match the version declared in the pom (when you use Jump to Source).

This can be the case if the version if overridden by dependency management.

Image Image

mvn dependency:tree -Dverbose=true shows:

[INFO] +- org.mockito:mockito-core:jar:5.19.0:test
[INFO] |  +- net.bytebuddy:byte-buddy:jar:1.15.11:test (version managed from 1.17.6)
[INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.15.11:test (version managed from 1.17.6)

Please make it obvious in the UI that the version is not the one defined in the pom.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions