How do I get maven to do a clean compile of project D when I have the
following situation:

A -> B

C -> B

D -> A and D->C,

where letters are projects and arrows mean "module of"?

Reply via email to