GitHub user wangyf2010 opened a pull request: https://github.com/apache/maven-plugins/pull/23
[MPIR-295]: enhancements on dependency convergence report Previously, dependency convergence report have below problems: 1. Only take care directive dependencies, not include transive dependencies into analyzing. In fact, more version conflicting cases are happening on transive dependencies. 2. Only effective for reactor build. For those single maven project, also need to analyze version conflicting. 3. Show all dependencies in report, even it is a good dependency. That would confuse users. 4. Without dependency hierachy, it's hard for users to resolve version conflicting issues. To resolve above problems, have these enhancements: 1. include transive dependencies. 2. effective for both reactor build and single build. 3. only show version conflicting dependency & snapshot dependency in report. 4. show clear dependency hierachy for version conflicting dependency. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wangyf2010/maven-plugins trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-plugins/pull/23.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #23 ---- commit 0020956bb8106173dff1478ae85fdabf18b59d4a Author: Wang, Simon <yunfw...@ebay.com> Date: 2014-05-19T09:18:32Z * MPIR-295: enhancements on dependency convergence report ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org