mvn -Dtest=MyTest test

Note: MyTest is your java test class.
Note: Use it "unqualified" -- without its package name (e.g. without "
com.myco.") otherwise, this confuses m2

On 12/23/05, Raymond N. Ritz <[EMAIL PROTECTED]> wrote:
>
> Is there a way to run a single junit test case in maven 2?
>
>
>
> Raymond Ritz
>
>
>
>
>

Reply via email to