GitHub user wangyf2010 opened a pull request: https://github.com/apache/maven-shared/pull/8
MSHARED-341: New API to support to analyze artifact's dependencies Need new API to analyze artifact's dependencies too. Later could leverage this API to enhance maven-dependency-plugin to analyze project's transitive dependencies and provide more intensive analyzing report. It could help users: not only find out "unused but declared dependencies" for current project. It could analyze others domain's dependencies also. Reason from Real World: In real world, it's hard to drive others domain's to optimize their dependencies. But with this report, any developers could start to drive others domains to optimize their dependency hierarchies. This API will leverage actual analyzing logic to ProjectDependencyAnalyzer. Analyze result is the same to ProjectDependencyAnalyzer. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wangyf2010/maven-shared trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-shared/pull/8.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 #8 ---- commit 97362195294db2f1024b604eb876106b9d96c966 Author: Simon, Wang <yunfw...@ebay.com> Date: 2014-06-24T02:27:22Z MSHARED-341: New API to support to analyze artifact's dependencies ---- --- 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