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

Andrew Rubinger (Created) (JIRA) jira-events at lists.jboss.org
Mon Oct 31 07:39:45 EDT 2011


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