[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-115) Create Importer API bridge to SW

Karel Piwko (JIRA) jira-events at lists.jboss.org
Wed May 22 07:03:06 EDT 2013


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

Karel Piwko commented on SHRINKRES-115:
---------------------------------------

I'm a bit confused, how does this differ from MavenImporter already in ShrinkRes? You point it to the pom.xml file and it basically gives you "mvn package". And it even does not require to build result to exists, however it is able to recycle it.

Like here:

https://github.com/kpiwko/pushee-integration-tests/blob/master/src/test/groovy/org/aerogear/pushee/tests/Deployments.groovy

(please excuse Groovy instead of Java ;-)
                
> Create Importer API bridge to SW
> --------------------------------
>
>                 Key: SHRINKRES-115
>                 URL: https://issues.jboss.org/browse/SHRINKRES-115
>             Project: ShrinkWrap Resolvers
>          Issue Type: Feature Request
>            Reporter: Andrew Rubinger
>            Assignee: Bernard Labno
>
> Use case as prototyped by [~blabno]:
> {code}
> final JavaArchive archive = ShrinkWrap.create(EmbeddedMavenImporter.class,
>   "jar-with-excludes.jar").loadPomFromFile(
>   "src/it/jar-sample/pom.xml").importBuildOutput().as(JavaArchive.class);
> {code}

--
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