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"?
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"?