Hello! I know that the maven-eclipse-plugin somehow can figure out that a dependency actually exists as a project in workspace and therefore add that project to the build path instead of trying to download a jar-file from a remote repository.
My question is: Is this possible for any dependency or just multi-module-projects? In my case, the project is NOT multi-module. /Ludwig
