[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-112) MavenImporter ignores AcceptScopesStrategy for dependency inclusion

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Sat Mar 30 09:23:41 EDT 2013


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

Andrew Rubinger commented on SHRINKRES-112:
-------------------------------------------

Blocker for what release?  Beta-4, I'm assuming...if so, please set so we don't issue a release without this.
                
> MavenImporter ignores AcceptScopesStrategy for dependency inclusion
> -------------------------------------------------------------------
>
>                 Key: SHRINKRES-112
>                 URL: https://issues.jboss.org/browse/SHRINKRES-112
>             Project: ShrinkWrap Resolvers
>          Issue Type: Feature Request
>          Components: impl-maven
>    Affects Versions: 2.0.0-beta-2
>            Reporter: Karel Piwko
>            Priority: Blocker
>
> AcceptScopesStrategy is not correctly propagated:
> {code}
>   @Deployment(testable = false)
>   public static WebArchive createDeployment()
>   {
>     return ShrinkWrap.create(MavenImporter.class)
>       .loadPomFromFile("pom.xml")
>       .importBuildOutput(new AcceptScopesStrategy(ScopeType.COMPILE, ScopeType.RUNTIME))
>       .as(WebArchive.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