Is there a way to create a pom.xml file that will run only tests in one class from the command line?
I want to type: mvn <target> Where <target> can be any word I choose and have it execute all tests in a specific class only. there may be many, many classes in the test directories, I only want it to execute one single class, or possibly several classes in sequence, but I want to choose which ones. Any help would be greatly appreciated. Lisa -- View this message in context: http://www.nabble.com/mvn-test---how-to-invoke-a-specific-class-from-command-line-tf3066182s177.html#a8528263 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
