When performing [clean] install on multi-module projects, where is maven supposed to look for (child) dependencies? Does it look in target/classes or does it look at the jar previously installed in the local repo?
We have two systems where one seems to be looking in the local repo for all dependencies and one looking in target/classes. I thought maven always used the local repo only but is this configurable? How is this supposed to work? -Dave
