Maven without (remote) repository?
问题 I have a Maven 2 multi-module project and want to be sure everything is taken from my local checked-out source. Is it possible to tell Maven to never download anything for the modules it has the source of? Do I have to disable the remote repositories? Does Maven always have to go the expensive way of installing a module into the local repository, and then extracting it again for each of its dependents? Does Maven automatically first recompile dependencies for a module if their local source