AW: How to model dependency from Unit Test Source to a another Projects Source

2011-04-19 Thread Sailer, Richard
@gmail.com] Gesendet: Dienstag, 19. April 2011 14:33 An: Maven Users List Betreff: Re: How to model dependency from Unit Test Source to a another Projects Source On Tue, Apr 19, 2011 at 4:40 PM, Sailer, Richard wrote: > Hello all, > > I solved the problem it was not a dependency it was compil

Re: How to model dependency from Unit Test Source to a another Projects Source

2011-04-19 Thread Barrie Treloar
On Tue, Apr 19, 2011 at 4:40 PM, Sailer, Richard wrote: > Hello all, > > I solved the problem it was not a dependency it was compilation problem. > So thanks for your help. > > Richard You sure? Can you post how you solved it for the archives? Unit test code is not included in your normal artifa

AW: How to model dependency from Unit Test Source to a another Projects Source

2011-04-19 Thread Sailer, Richard
: Maven Users List Betreff: Re: How to model dependency from Unit Test Source to a another Projects Source OK, then I guess it must be either the coordinates that are incorrect or the scope set to runtime. The runtime scope sounds unlikely to me. /Anders On Mon, Apr 18, 2011 at 11:13, Sailer, Richard

Re: How to model dependency from Unit Test Source to a another Projects Source

2011-04-18 Thread Anders Hammar
Anders Hammar > Gesendet: Montag, 18. April 2011 10:34 > An: Maven Users List > Betreff: Re: How to model dependency from Unit Test Source to a another > Projects Source > > It should work as it is I believe (if the coordinates of project a are > correct). Possible you just need

AW: How to model dependency from Unit Test Source to a another Projects Source

2011-04-18 Thread Sailer, Richard
[mailto:anders.g.ham...@gmail.com] Im Auftrag von Anders Hammar Gesendet: Montag, 18. April 2011 10:34 An: Maven Users List Betreff: Re: How to model dependency from Unit Test Source to a another Projects Source It should work as it is I believe (if the coordinates of project a are correct). Possible you

Re: How to model dependency from Unit Test Source to a another Projects Source

2011-04-18 Thread Anders Hammar
It should work as it is I believe (if the coordinates of project a are correct). Possible you just need to build the a project so that it is copied to the local repo by mvn install /Anders On Mon, Apr 18, 2011 at 09:02, Sailer, Richard wrote: > Hello, > > I try to execute our unit tests with ma

How to model dependency from Unit Test Source to a another Projects Source

2011-04-18 Thread Sailer, Richard
Hello, I try to execute our unit tests with maven. The problem that I know get is a compilation failure (Cannot find class), when maven tries to compile the Unit Test souces in these sources we import a Class from another sub projects normal src Directory. So what I have is the following situati