[shrinkwrap-issues] [JBoss JIRA] (SHRINKWRAP-350) Cyclic dependency in WarTestCase

Andrew Rubinger (Resolved) (JIRA) jira-events at lists.jboss.org
Mon Oct 31 10:40:45 EDT 2011


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

Andrew Rubinger resolved SHRINKWRAP-350.
----------------------------------------

    Resolution: Done


Upstream: https://github.com/shrinkwrap/resolver/commit/f7ddcebdd34fc0821c7232aac93050c4a68d83be
                
> Cyclic dependency in WarTestCase
> --------------------------------
>
>                 Key: SHRINKWRAP-350
>                 URL: https://issues.jboss.org/browse/SHRINKWRAP-350
>             Project: ShrinkWrap
>          Issue Type: Bug
>          Components: ext-resolver
>            Reporter: Andrew Rubinger
>            Assignee: Andrew Rubinger
>
> The WarTestCase is depending upon artifacts created during the build:
> {code}WebArchive archive = ShrinkWrap.create(MavenImporter.class, "testWithTestArtifacts.war").loadEffectivePom("pom.xml")
>                 .importBuildOutput().importTestBuildOutput().importTestDependencies().as(WebArchive.class);
>                 .importBuildOutput().as(WebArchive.class);{code}
> This sucks in dependencies upon artifacts that may not yet have been built when releasing.

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