I see two solutions (not really clean :-( ) :
- In the sub-project-A you add your tests in the artifact (you copy the
content of maven.test.dest in maven.build.dest or you set maven.test.dest =
maven.build.dest).
- You move your tests in another external project (sub-project-A-tests) but
you have to execute them manually.

I have no other idea.

Arnaud



On 9/4/06, Benoit Xhenseval <[EMAIL PROTECTED]> wrote:

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


Reply via email to