Re: [m2] Surefire doesn't discover new tests

2005-10-05 Thread Daniel Krisher
I believe that the surefire plugin only includes classes with names ending in Test by default. If this is your problem, you can modify this behavior with a configuration section for the surefire plugin... Dan On 10/5/05, Michael Deck [EMAIL PROTECTED] wrote: I've just installed Maven 2.0

Re: [m2] Surefire doesn't discover new tests

2005-10-05 Thread Jason van Zyl
On Wed, 2005-10-05 at 11:53 -0400, Daniel Krisher wrote: I believe that the surefire plugin only includes classes with names ending in Test by default. If this is your problem, you can modify this behavior with a configuration section for the surefire plugin... The defaults are as follows

RE: [m2] Surefire doesn't discover new tests

2005-10-05 Thread Dave Neuer
: [m2] Surefire doesn't discover new tests On Wed, 2005-10-05 at 11:53 -0400, Daniel Krisher wrote: I believe that the surefire plugin only includes classes with names ending in Test by default. If this is your problem, you can modify this behavior with a configuration section for the surefire

Re: [m2] Surefire doesn't discover new tests

2005-10-05 Thread Brett Porter
that? Dave -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 7:29 PM To: users@maven.apache.org Subject: Re: [m2] Surefire doesn't discover new tests On Wed, 2005-10-05 at 11:53 -0400, Daniel Krisher wrote: I believe