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

Popular posts from this blog

c - CUDA code not processing if block properly -

Android Capture Image From Camera -

Define custom list-style-type in CSS -