Thanks, I am new to Maven and not sure I understand profiles completely yet, but will do some research on exactly how to do this.
Lisa Wendy Smoak-3 wrote: > > On 1/27/07, Lisa <[EMAIL PROTECTED]> wrote: > >> I want to turn off all tests for a project but still be able to force a >> run >> for all tests in a single class file by using a param on the mvn command >> line but can not figure out how to do this. > > Try putting the "skip" config in a profile that is activated by the > absence of a system property. Then if you do supply the property, the > profile will not be active. > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/how-to-skip-all-tests-but-still-run-explicitly-tf3129739s177.html#a8673213 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
