> -----Original Message-----
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: mercredi 25 janvier 2006 00:38
> To: Maven Developers List
> Subject: Re: [PROPOSAL] Integration testing proposal for Maven 2.0.x
> 
> +1 for src/it
> 
> I've got to say I'm greatly hesitant to add new things to 2.0.3, but it
> wouldn't be the first time. Be careful :)
> 
> How sure are we that this will be the final solution - are new test
> types needed?

We're not sure at all! :-) I would even say that it's pretty sure that over
time the design and implementation solution will change. Which is why I
think it's good for the 2.0.x series: we're not changing any existing user
interface (only adding to them) and we're following the same spirit as the
current strategy for unit tests.

It's possible that we'll need to change that in Maven 2.1.x series but the
best way to know is to implement what I suggest in 2.0.3 and get feedback.
 
> Just trying to get a grip on where we are at with the topic as a whole.

Thanks.
-Vincent

> Vincent Massol wrote:
> > Hi,
> >
> > In order to progress on the topic of integration testing, I'm proposing
> the
> > following strategy that we can implement immediately:
> >
> > * We add one new <integrationTestSourceDirectory> element to the POM
> > (similar to the current <testSourceDirectory> element but for
> integration
> > tests)
> >
> > * We make it default to src/test-integration.
> >
> > * We create a new surefire:test-integration MOJO bound to the
> > integration-test lifecycle
> >
> > * We implement this for Maven 2.0.3.
> >
> > Let me know if that's ok and I'll try to implement it.
> >
> > Thanks
> > -Vincent
> >
> >
> > ---------------------------------------------------------------------
> > 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