I am working on 2 Java maven projects A and B, and A depends on B. Both projects are github repositories which I have cloned on my local machine.
I made some changes to B and want to test it out with project A now.
When I run the tests in project A, how do I tell Maven to use my local copy of B rather than download a jar file of B from the internet?