mvn test - how to invoke a specific class from command line

2007-01-23 Thread Lisa
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

RE: mvn test - how to invoke a specific class from command line

2007-01-23 Thread Chris Hilton
you some ideas. Chris -Original Message- From: Lisa [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 January, 2007 13:13 To: users@maven.apache.org Subject: mvn test - how to invoke a specific class from command line Is there a way to create a pom.xml file that will run only tests

Re: mvn test - how to invoke a specific class from command line

2007-01-23 Thread Edwin Punzalan
/SomeClassTest test. We have a similar profile for testing an entire package. Hope that gives you some ideas. Chris -Original Message- From: Lisa [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 January, 2007 13:13 To: users@maven.apache.org Subject: mvn test - how to invoke a specific class from