Re: circular dependency with common test classes

2012-05-09 Thread Stephen Connolly
On 9 May 2012 06:51, Iordanov, Borislav (CIAO) bo...@miamidade.gov wrote: Hi, I'm a relatively new Maven user. I found an exact description of my problem on StackOverflow, but no solution:

Re: circular dependency with common test classes

2012-05-09 Thread Barrie Treloar
On Wed, May 9, 2012 at 6:38 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: [del] You need to keep in mind the way the lifecycle works, i.e. that the lifecycle is completed on each module before moving onto the next, so even though the requirements of the test phase could be

circular dependency with common test classes

2012-05-08 Thread Iordanov, Borislav (CIAO)
Hi, I'm a relatively new Maven user. I found an exact description of my problem on StackOverflow, but no solution: http://stackoverflow.com/questions/10174542/resolving-maven-circular-dependencies-between-test-testhelper-and-project-unde One can easily get around the problem by first building