What's the easiest/best way to ensure that when a certain profile is enabled, the tests are *not* run?
(I have tests that are fine to run against the development and test instances of the database, but which shouldn't be run when the "db-live" profile is active.) -Dmaven.test.skip=true works, but I'm likely to forget. Right now I'm configuring the Surefire plugin to exclude all of the tests. Is there a way to convince Surefire not to run at all for a particular profile? Thanks, Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
