java - CycleDetectedException in maven -


is there way avoid cycledetectedexception when compiling modules? explain have 6 modules:

f ==> ==> b ==> c               ==> d               ==> e 

i want f ==> c , having same dependency tree used scope provided or runtime did not fixed.

help please


Comments