Re: mvn test and specifying a particular test file

2011-01-20 Thread Ed Young
Yes, of course there is

mvn -Dtest=MyTest

It's in the FAQ. Sorry team.

On Thu, Jan 20, 2011 at 2:04 PM, Ed Young  wrote:

> when I execute mvn test, is there a way to select only one of my test files
> in /src/test/java (or src/test/groovy)?
>
> For example mvn test org.mydomain.myproject.MyTestFile
>
>
>


-- 
- Ed


Re: mvn test and specifying a particular test file

2011-01-20 Thread Laird Nelson
mvn clean test -Dtest=MyTestFile

On Thu, Jan 20, 2011 at 4:04 PM, Ed Young  wrote:

> when I execute mvn test, is there a way to select only one of my test files
> in /src/test/java (or src/test/groovy)?
>
> For example mvn test org.mydomain.myproject.MyTestFile
>


mvn test and specifying a particular test file

2011-01-20 Thread Ed Young
when I execute mvn test, is there a way to select only one of my test files
in /src/test/java (or src/test/groovy)?

For example mvn test org.mydomain.myproject.MyTestFile