Re: RFC : integration tests

2008-11-17 Thread Brett Porter
I agree, for a future version of Maven. What I think is needed is reusable test lifecycles so you get the source directory, compilation and resources sequence, and then the run. You might also like to look at the slides from my talk at ApacheCon that cover the two alternatives that are

RFC : integration tests

2008-11-16 Thread nicolas de loof
Hi, First of all, please don't blame me for my horrible english. I'm french, and french guys are known for beeing poor foreign language speackers... maven default lifecycle defines integration-test phase, but AFAIK there is no consensus (yet) on how to use it. Some wiki doc help to setup a

Re: RFC : integration tests

2008-11-16 Thread Rémy Sanlaville
Hi Nicolas, I agree that integration-test is not enough support with maven. I thought that src/it/ and target/it was the original convention (even if it is not really used because of the lack of integration with maven 2.0.x). It would be really nice to have a better and standard support for

Re: RFC : integration tests

2008-11-16 Thread Benjamin Bentmann
nicolas de loof wrote: maven default lifecycle defines integration-test phase, but AFAIK there is no consensus (yet) on how to use it. Just to mention a related Wiki article where people have previously collected some ideas: