Re: Reactor and cyclic dependencies with different scopes

2007-09-05 Thread Wayne Fay
I think you probably want to look into creating a "test-jar" and adding a dependency on that in both projects. Wayne On 9/5/07, Torsten Schlabach <[EMAIL PROTECTED]> wrote: > Hi! > > I have a number of projects in my reactor. > > - Project A requires project B with compile > - Project B requires

Re: Reactor and cyclic dependencies with different scopes

2007-09-05 Thread Tim Kettler
Hi, the graph is calculated based on the projects building the artifacts, not the artifacts themself. The artifatcs don't appear out of thin air ;), to build them the project they belong to must execute. In your case: To make B, A:test must be available. So A must execute before B... but wai

Reactor and cyclic dependencies with different scopes

2007-09-05 Thread Torsten Schlabach
Hi! I have a number of projects in my reactor. - Project A requires project B with compile - Project B requires project A with test So this is not really the classical cyclic dependency. Nevertheless, I get [INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{lab