1. A local repository is local. It isn't normally shared unless all developers
are on the same workstation.

You could however mount your shared local repository from an NFS volume or Samba
share.

I don't believe a lot of people do this, so you could be subject to some race
conditions if multiple users are running maven at the same time.

2. There is also the option of using maven-proxy (maven-proxy.codehaus.org) to
have a repository on the local network that each developer downloads to their
local repository from.

Cheers,

Ben

Quoting Eric Chow <[EMAIL PROTECTED]>:

> If there is a project team(includes 5 developers), how can those
> developers use the same local repository ?
> 
> I mean, if the dependencies are not existed in the public local
> repository, then downloads it from remote by Maven !!!
> 
> Can Maven do this ?
> 
> Eric
> 
> 
> On Thu, 23 Sep 2004 08:47:43 +1000, Brett Porter <[EMAIL PROTECTED]>
> wrote:
> > no - what part of "local repository" suggests it should be remote? :)
> > 
> > You can define your own remote repository on an FTP server if you like.
> > 
> > - Brett
> > 
> > 
> > 
> > 
> > On Wed, 22 Sep 2004 21:18:42 +0800, Eric Chow <[EMAIL PROTECTED]> wrote:
> > > Hello,
> > >
> > > Is it possible to define the local repository in a FTP server ???
> > >
> > > Eric
> > > 
> > > ---------------------------------------------------------------------
> > > 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]
> 
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to