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

Karel Piwko (JIRA) jira-events at lists.jboss.org
Tue Feb 26 13:13:56 EST 2013


Karel Piwko created SHRINKRES-112:
-------------------------------------

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


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