Hi *, I'm struggling on this one... with Maven 1.1-rcx
sub-project A defines some tests in src/test (as per convention) sub-project B defines some tests in src/test (as per convention) Problem is that the tests in B extend the AbstractTests in A/src/test how could I define a dependency for the unit tests on the tests in A? At the moment, they do not compile... Any suggestion welcome... Many thanks Benoit
