Hi Ralf,

Actually, quite the opposite. Currenty, when you execute

> mvn clean test

Maven will execute unit and integration tests for all modules, incl. the
integration test suites for CPA, XML, etc.

I would like to reduce the amount of time it takes a build (such as
above) to execute by not including integration tests (i.e. modules such
as xmlctf, cpactf, etc.) in the main build.

If you want to run integration tests as well when executing 'mvn test',
you woul dhave to specify a profile on the command line, e.g.

> mvn -Pintegration clean test

What do you think ?

Werner

Ralf Joachim wrote:
> Hi Werner,
> 
> am I correct that you intend to add a test target to root pom that
> executes all tests of the various modules?
> 
> If that's your intention I would appreciate that.
> 
> Regards
> Ralf
> 
> Werner Guttmann schrieb:
>> Hi,
>>
>> would you mind if we started to wrap the execution of the various test
>> suites (XML, CPA, ..) within Maven profiles. This way we can cut down
>> time during development and still preserve the ability to run everything
>> using a 'mvn test'.
>>
>> Any objections ?
>>
>> Regards
>> Werner
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>   

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to