RE: [m1] Test in sub-project depending on tests in another sub-project..

2006-09-05 Thread Benoitx
enoit > > > - Original Message ---- > From: Arnaud HERITIER <[EMAIL PROTECTED]> > To: Maven Users List ; Benoit Xhenseval > <[EMAIL PROTECTED]> > Sent: Monday, September 4, 2006 12:39:01 PM > Subject: Re: [m1] Test in sub-project depending on tests

RE: [m1] Test in sub-project depending on tests in another sub-project...

2006-09-04 Thread Jeff Jensen
est in sub-project depending on tests in another sub-project... Hi Arnaud, Merci pour la reponse. I was thinking about the 2 options you mentioned... Since then I think that I have found a solution, in the sub pojects I add the classes of other sub project as resources: So for sub

Re: [m1] Test in sub-project depending on tests in another sub-project...

2006-09-04 Thread Benoit Xhenseval
Seems to work for me... Best regards Benoit - Original Message From: Arnaud HERITIER <[EMAIL PROTECTED]> To: Maven Users List ; Benoit Xhenseval <[EMAIL PROTECTED]> Sent: Monday, September 4, 2006 12:39:01 PM Subject: Re: [m1] Test in sub-project depending

Re: [m1] Test in sub-project depending on tests in another sub-project...

2006-09-04 Thread Arnaud HERITIER
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