I have a multi-module project P with sub-modules A, B and C.
A is dependent on B. B is dependent on C.
With B and C neither available in remote or local repos, is it possible to build from A's directory passing the relative path to dependent modules B and C.