Hi Stephen,

first thanks for your explanations...

I think it is about how to do integration testing of projects built with maven.

Since we build maven plugins with maven, one of the sub-problems is
how to integration test maven plugins themselves... hence Brian's wiki
link

An overall guide should cover:

failsafe
separate module for integration tests
what to do with tck-like integration tests (not currently a good
solution for that yet... this would be where you have a test-jar that
contains the tck... but since surefire/failsafe do not _yet_ support
running tests from a test-jar...)
Yeah not running from a test-jar has been sometimes a problem...

Can you explain me the term "tck" ?

I've used the invoker plugin to do integration tests of Maven Plugins ...what about that?


And then there needs to be guidance as to when to consider a separate
module for tests vs keeping them in module
This seemed to be only reasonable if we are doing a non Maven Plugin build...

And then some examples of common integration testing strategies for
common module types


Ok..So the first step could be to start with a guide of doing integration tests with usual Maven modules...(Non Plugin developments). means using failsafe plugin...

Kind regards
Karl Heinz
--
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to