Home:ALL Converter>maven: resolving cyclic dependency

maven: resolving cyclic dependency

Ask Time:2011-09-01T21:15:13         Author:D_K

Json Formatter

My java root project has source code and maven modules it depends on. One of these modules A has a cyclic dependency with the root project. What would be a recommended way to get rid of this cyclic dependency?

UPD: I have solved it already before posting a question, but decided to share.

Author:D_K,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/7270858/maven-resolving-cyclic-dependency
yy