say I have a project with submodules, project is A, with submodules B and D. B has a submodule C, D has a submodule E. A structure similar to this:
A/B/C A/D/E I have a patch that changes C and E and some methods change in E that C depends on and there are changes to C that E depends on. When run I run test-patch , "Patch maven install fails". I get failures (compilation errors) because it looks like C is traversed to and maven is run and fails to compile. It looks like it fails because it is using the pre-patch installed jars. I was reading code and maven submodule best practices, but not getting anywhere to get past this. Is this a use case someone else has working? Tony
