Sha Jiang,
As maven does not support circular dependency, you can try this to
resolve this.
Let's say you have module 'A' and module 'B', where both depends on
other one.
You can add one more module say 'C' which will be packaged to jar
consisting common classes required for module A and B. Then add dependency
of module 'C' in both 'A' and 'B'.
Hope this helps... :)
-----
Thanks,
ManojK
--
View this message in context:
http://maven.40175.n5.nabble.com/Dependency-cycle-tp55414p5875098.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]