posted 13 years ago
Maven will always use the local repository on the build machine, so if your JARs are already in that repository, that is what it will use.
Other than that, your question is somewhat confusing. Are you saying that you want a Maven build on one machine to access a local repository on another machine?
It might also help if you told us exactly what problem you are trying to fix - perhaps there is a better way to accomplish what you want to do.