[
https://issues.jboss.org/browse/SHRINKRES-27?page=com.atlassian.jira.plug...
]
Karel Piwko commented on SHRINKRES-27:
--------------------------------------
I read this as an ability to make dependency:tree or dependency:list programatically.
This would be great because it would be using Aether so result will match Maven 3
resolution.
What about:
{code}
Maven.RESOLVER.resolve("G:A:V").withTransitivity().asSingle(DependencyGraph.class);
{code}
{code}
Maven.RESOLVER.resolve("G:A:V").withTransitivity().asSingle(DependencyList.class);
{code}
Seems to hijack the API to fit a bit different purpose though.
Allow for full dependency info from MavenDependencyResolver::resolve
--------------------------------------------------------------------
Key: SHRINKRES-27
URL:
https://issues.jboss.org/browse/SHRINKRES-27
Project: ShrinkWrap Resolvers
Issue Type: Feature Request
Components: api-maven, impl-maven
Affects Versions: 2.0.0-alpha-1
Reporter: Ales Justin
Assignee: Andrew Rubinger
It would be useful to be able to grab full dependency info, not just files.
e.g. name, version, import type, etc
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira