"Guillaume Michel" <[EMAIL PROTECTED]> writes: > Dear Maven 2 users, >
Hello, The problem is interesting. Not sure I fully understand the problem, but the simplest thing to do for me would be 3), using some suite feature available from your test runner: - generate test-jar from projects A and B and attach them to Cxxx as test scope dependencies - create a single suite class in Cxxx that will trigger test execution in A and B. This class could even be provided by A or B. I assume that Cxx is controlling DI into A and B "abstract" test cases. HTH, -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
