In order to avoid the creation of a regression specific to the WAR distribution, I created a new module, launchpad/testing-war which uses the old-style cargo structure to run the integration tests. There are still some tests failing which I haven't had the chance to look at. If you want to take a look, you can run this with:
mvn -PwarIntegrationTests clean install from the reactor root (or just mvn verify from launchpad/testing-war). Once all the tests are passing, I'd like to get this integrated into the Hudson build. I don't think it should be enabled by default. Justin