You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Rex Huang <re...@gmail.com> on 2008/01/24 15:28:50 UTC

can maven solve circle dependencies problem in multiple module projects

there are three modules A, B, C
A depends on B, B depends on C, C depends on A
To solve this problem, we can make one module use the old version build.

In maven, even I make one module dependency in old version build,
it still cause error.
[ERROR] BUILD FAILURE
[INFO] The projects in the reactor contain a cyclic reference

Can we solve this problem?

BR//Rex