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

de-duplicate overlapping POM elements in inheritance hierarchy #96

Open
jdcasey opened this issue Mar 14, 2016 · 0 comments
Open

de-duplicate overlapping POM elements in inheritance hierarchy #96

jdcasey opened this issue Mar 14, 2016 · 0 comments

Comments

@jdcasey
Copy link
Member

jdcasey commented Mar 14, 2016

This now amounts to an enhancement, but it's always been broken.

MavenPomView should produce things like DependencyView that are collapsed where they overlap. For instance, if the parent declares a direct dep on junit with a scope of test, and a child POM redeclares the direct dep with scope of compile, the result of MavenPomView.getAllDirectDependencies() should be a single DependencyView with scope of compile.

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

No branches or pull requests

1 participant