According to the surefire docs, <includes> is of type List (i.e. I would assume 
it cannot be wildcarded) whereas <test> is of type String and notes "Specify 
this parameter if you want to use the test regex notation to select tests to 
run".  I changed to your suggestion anyways and I get an "error configuring 
plugin" for surefire.


-----Original Message-----
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 27, 2005 6:09 PM
To: Maven Users List
Subject: Re: [m2] multiple Suites and surefire

I'm not sure the test parameter can be wildcarded?

I think you want to change <includes> to **/*Suite*, right?

- Brett

On 9/28/05, Mike Perham <[EMAIL PROTECTED]> wrote:
> Sorry Emmanuel but I still only see the first Suite being run.
>
> -----Original Message-----
> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 27, 2005 9:06 AM
> To: Maven Users List
> Subject: Re: [m2] multiple Suites and surefire
>
> use this : <test>*Suite*</test>
>
> surefire plugin add "**/
>
> Emmanuel
>
> Mike Perham a écrit :
> > I've got a project with multiple TestSuites and I have surefire 
> > configured like so:
> >
> >       <test>**/*Suite*</test>
> >
> > I find that only the first TestSuite is being run.  Are projects not 
> > allowed to have more than one TestSuite?
> >
> > mike
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to