[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-27) Allow for full dependency info from MavenDependencyResolver::resolve

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Thu May 3 15:39:17 EDT 2012


    [ https://issues.jboss.org/browse/SHRINKRES-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12690201#comment-12690201 ] 

Andrew Rubinger commented on SHRINKRES-27:
------------------------------------------

I'll have a look to see what's provided by Aether's "Artifact#getProperties" in terms of getting this *after* resolution.  Far as I know, this information is part of the dependency declaration to determine transitivity levels, and might not be available as a resolution result.

Also, "provided" doesn't mean "optional".  "optional" means that some of the runtime will work without this dependency, but the user may declare the dependency if he/she wants all features.  "provided" means that the dependency is not transitive (and is expected to be *provided* by some other framework or runtime, ie. "JBossAS provides Hibernate so JPA applications wouldn't export the dependency explicitly").
                
> 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

        


More information about the shrinkwrap-issues mailing list