RE: mvn and JUnit 4.1

2006-12-07 Thread Bram de Kruijff
> Hi, we use JUnit 4.1 in eclipse, but when we run the tests > from the cmd line with mvn, it seems to fail and not use > JUnit 4.1 but it uses the old 3.8.1. > > Is there some way to force mvn to use JUnit 4.1? > > The mvn release is 2.0.4 we are using. Hi Davis, there is no support AFAIK. Y

Re: mvn and JUnit 4.1

2006-12-07 Thread Wendy Smoak
On 12/7/06, Davis Ford <[EMAIL PROTECTED]> wrote: Hi, we use JUnit 4.1 in eclipse, but when we run the tests from the cmd line with mvn, it seems to fail and not use JUnit 4.1 but it uses the old 3.8.1. Is there some way to force mvn to use JUnit 4.1? In general, add a on the junit version yo

Re: mvn and JUnit 4.1

2006-12-07 Thread Andrew Williams
Currently maven does not support Junit 4 in the surefire plugin (default test framework) there is a JIRA for it so you can go and vote for it :) Andy Davis Ford wrote: Hi, we use JUnit 4.1 in eclipse, but when we run the tests from the cmd line with mvn, it seems to fail and not use JUnit 4.1