// web.xml params is not supported by default
// descriptor.contextParam(ProjectStage.PROJECT_STAGE_PARAM_NAME, ProjectStage.SystemTest.name());
return ShrinkWrap.create(WebArchive.class, "MyFacesExtCdiDeploymentTest.war")
.addAsLibraries(JarLocation.jarLocation(JsfProjectStageProducer.class)) // codi
.setWebXML(new StringAsset(descriptor.exportAsString()))
.addAsWebInfResource(EmptyAsset.INSTANCE, ArchivePaths.create("beans.xml"));
}
@Test
public void testProjectStage() throws Exception {