If I understand what you are doing correctly, this is actually what Maven does - the intranet based repository (your remote repository) is only consulted if not found in your local repository.
If for some reason the "local" repository you have is not the one you want to use as your download cache, you can also reference it as if it were a remote repository using file://. Put it first in the mavne.repo.remote property and it will be used in favour to the remote one. HTH, Brett On 4/30/05, Michael Cornell <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to set up an easily usable build process on my intranet. To do > this maven is the obvious choice for a jar repository. I am using > subversion on another intranet server as a repository. > > What I would like to do is have some maven build scripts which build src and > grab jars to make into wars locally, accessing jars from my LOCAL maven > repository. IF they were not in this repository, I would like them to get > these jars from my subversion (intranet based) repository, and place them in > my local repository. > > Is this doable / how would most people do this? > > /Michael > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
