Hi Eric,
you can install a local web server and put all your "private" libraries on it.
I have also configured a ProxyPass on our local internal apache server that
"links" www.ibiblio.org/maven.
apache config:
Alias /maven "/srv/www/maven"
<Directory "/srv/www/maven">
Options Indexes FollowSymLinks
AllowOverride None
order allow,deny
allow from all
</Directory>
ProxyPass /maven/_extern/ http://www.ibiblio.org/maven/
ProxyRemote * http://our-proxy:81
With that server configuration I have this line in the developers'
build.properties:
maven.repo.remote=http://your-server/maven,http://your-server/maven/_extern
-Christian
On Thursday 23 September 2004 04:14, Eric Chow wrote:
> 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]