The Maven webapp archetype creates a structure with only src/main/webapp and src/main/resources. It would seem, then, that we could put integration tests in this module, and not run into the problem of having both normal JUnit tests and integration tests in the same module.
To do this, I need to convince Surefire *not* to run during the test phase, but instead to run during integration-test, (preferably only when a profile is enabled.) Is there a way? If I configure <skip>true</skip>, then *all* of my executions get skipped. :( Thanks, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]