-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The WarTestCase is depending upon artifacts created during the build:
WebArchive archive = ShrinkWrap.create(MavenImporter.class, "testWithTestArtifacts.war").loadEffectivePom("pom.xml") .importBuildOutput().importTestBuildOutput().importTestDependencies().as(WebArchive.class); .importBuildOutput().as(WebArchive.class);
This sucks in dependencies upon artifacts that may not yet have been built when releasing.