[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-74) Enhance the api to allow .offline() when using the .import*Dependencies() methods

Marco Rietveld (JIRA) jira-events at lists.jboss.org
Fri Oct 5 20:13:03 EDT 2012


     [ https://issues.jboss.org/browse/SHRINKRES-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Rietveld updated SHRINKRES-74:
------------------------------------

    Attachment: ImportRuntimeDependenciesOfflineTestv2.java

    
> Enhance the api to allow .offline() when using the .import*Dependencies() methods
> ---------------------------------------------------------------------------------
>
>                 Key: SHRINKRES-74
>                 URL: https://issues.jboss.org/browse/SHRINKRES-74
>             Project: ShrinkWrap Resolvers
>          Issue Type: Feature Request
>          Components: api
>    Affects Versions: 2.0.0-alpha-4
>            Reporter: Marco Rietveld
>            Priority: Minor
>         Attachments: ImportRuntimeDependenciesOfflineTest.java, ImportRuntimeDependenciesOfflineTestv2.java
>
>
> It would be great if I could do something like this: 
> {code:java}
> Maven.resolver().loadPomFromFile("pom.xml").importRuntimeDependencies().offline().as(File.class);
> {code}
> But the (fluent) api doesn't permit the {{.offline()}} method for the class/interface that's returned from the {{.importRuntimeDependencies()}} methods. 
> For the workaround that I tried to use (but which doesn't pay attention to the offline setting), see the attached test case (v2). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list