maven.repo.remote=file://[hostname]/path_to_remote_repo You must use maven rc2. In previous version, that doesn't work correctly. I fixed it in rc2
Emmanuel ----- Original Message ----- From: "Paul Libbrecht" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 10:08 AM Subject: Re: Using local repository > > On Mercredi, nove 19, 2003, at 09:36 Europe/Paris, <[EMAIL PROTECTED]> > wrote: > > > Et all, > > > > I would like to use a non http (filesystem on winnt share) local > > repository. E.g. in project.properties: > > maven.repo.remote=file://///hostname/share/some/where/maven > > > > But it doesnt' seem to work? > > > > > > Any clues? > > How about maven.repo.local ?? > You need to set this very very early, we do this in patching the script > launching and adding the properties: > > -Dmaven.home.local=[blabla]/maven/local-maven-home/ > -Dmaven.repo.remote="file:[blabla]/maven/private-repository,http:// > www.ibiblio.org/maven > > To any maven call. > The second property allows us to store commercial dependencies and > other things that aren't possible to upload to ibiblio (e.g. patched > libraries for which a patch isn't through). > > Paul > > > --------------------------------------------------------------------- > 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]