Stephen, On Mon, Jan 4, 2010 at 11:43 AM, Stephen Connolly <stephen.alan.conno...@gmail.com> wrote: > 1. Move failsafe-maven-plugin to > https://svn.apache.org/repos/asf/maven/surefire/trunk/maven-failsafe-plugin > 2. Refactor maven-surefire-plugin taking the code that is common with > failsafe into common module > 3. Refactor maven-failsafe-plugin to use the common module. > 4. Refactor maven-surefire-reporting-plugin to move the xml results > parser into the common module > 5. Refactor Failsafe's verify mojo to use the xml results parse from > the common module.
Some additional wishes: * Lock down the Failsafe plugin in the super pom * Bind the Failsafe plugin to the verify phase * To this point, "Ignore Unit Test Failures and run the integration tests", there's no point in running the latter if the former fail. I hope integration tests can simply be skipped if the unit tests fail, which will then lead to the verify phase and the build will fail. Paul --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org