Re: [m2] Unit tests and integration tests in the same module?

2006-06-08 Thread Wendy Smoak
On 6/6/06, Vincent Massol <[EMAIL PROTECTED]> wrote: I don't believe it's currently possible within the same build module. We started discussing it on http://docs.codehaus.org/display/MAVEN/best+practices+-+testing+strategies Been there. :) Though it seems to have moved to MNG-1381 and http:

RE: [m2] Unit tests and integration tests in the same module?

2006-06-07 Thread Jason Chaffee
Maven Users List Subject: RE: [m2] Unit tests and integration tests in the same module? I was able to do by using testng and not providing a testng.xml file for the test phase, but only for the integration-test phase. It is kinda of a hack, but it works. -Original Message- From: Vincent M

RE: [m2] Unit tests and integration tests in the same module?

2006-06-07 Thread Jason Chaffee
Maven Users List' Subject: RE: [m2] Unit tests and integration tests in the same module? I don't believe it's currently possible within the same build module. We started discussing it on http://docs.codehaus.org/display/MAVEN/best+practices+-+testing+strategies -Vincent >

Re: [m2] Unit tests and integration tests in the same module?

2006-06-06 Thread Tomasz Pik
On 6/7/06, Vincent Massol <[EMAIL PROTECTED]> wrote: I don't believe it's currently possible within the same build module. We started discussing it on http://docs.codehaus.org/display/MAVEN/best+practices+-+testing+strategies What about: * src/itest instead of src/it * Unit/Integration/Functio

RE: [m2] Unit tests and integration tests in the same module?

2006-06-06 Thread Vincent Massol
uin 2006 16:41 > To: Maven Users List > Subject: [m2] Unit tests and integration tests in the same module? > > [moved from [EMAIL PROTECTED] > > Context: We want to run both 'normal' unit tests, and integration > tests that require a webapp to be deployed in a contai

[m2] Unit tests and integration tests in the same module?

2006-06-06 Thread Wendy Smoak
[moved from [EMAIL PROTECTED] Context: We want to run both 'normal' unit tests, and integration tests that require a webapp to be deployed in a container, from the same module. On 6/5/06, Brett Porter <[EMAIL PROTECTED]> wrote: It *should* still be possible to achieve what you want currently (