I think I have an issue with my project. I'm running it under maven 2.2.1 but it seems to do the same in 3.0.3
I have a multimodule project that involves 1 jar file (common) and 3 war files. When the project builds, the pom file for the parent installs first, then the jar file then the war files. When the war files build, they don't seem to know about the jar file from the current version, instead tries reading from the repository. This means I have to execute every build twice. I have other multimodule projects that this seems to work fine on, but not one in this particular configuration. Is there anyway to force maven to always read the local jar file?
