You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marcel Dullaart <md...@epo.org> on 2004/03/31 12:08:35 UTC

Multiple remote repo's and proxies

Hi,

In our company we are just starting to use maven and needed a proxy 
setting for accessing, e.g. the obiblio repository. But we have also 
created our own repository, which will be a remote repository for t he 
users, but is internally in regards to the proxy.

I know I can add multiple repositories to the maven.repo.remote setting, 
but if I set the values for the proxy, the internal repo can not be 
reached, and discarding the setting, the external repo cannot be reached.
Is there a way to supply proxy settings for each repo indepently?

Marcel

Re: Multiple remote repo's and proxies

Posted by Emmanuel Venisse <em...@venisse.net>.
----- Original Message ----- 
From: "Marcel Dullaart" <md...@epo.org>
To: <us...@maven.apache.org>
Sent: Wednesday, March 31, 2004 12:08 PM
Subject: Multiple remote repo's and proxies


> Hi,
>
> In our company we are just starting to use maven and needed a proxy
> setting for accessing, e.g. the obiblio repository. But we have also
> created our own repository, which will be a remote repository for t he
> users, but is internally in regards to the proxy.
>
> I know I can add multiple repositories to the maven.repo.remote setting,
> but if I set the values for the proxy, the internal repo can not be
> reached, and discarding the setting, the external repo cannot be reached.
> Is there a way to supply proxy settings for each repo indepently?

Not for the moment. But you can share your company repo and access it by
file protocol.

Emmanuel


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Multiple remote repo's and proxies

Posted by di...@multitask.com.au.
We use the maven-proxy from CodeHaus for this.
--
dIon Gillard, Multitask Consulting



Marcel Dullaart <md...@epo.org> wrote on 31/03/2004 08:08:35 PM:

> Hi,
> 
> In our company we are just starting to use maven and needed a proxy 
> setting for accessing, e.g. the obiblio repository. But we have also 
> created our own repository, which will be a remote repository for t he 
> users, but is internally in regards to the proxy.
> 
> I know I can add multiple repositories to the maven.repo.remote setting, 

> but if I set the values for the proxy, the internal repo can not be 
> reached, and discarding the setting, the external repo cannot be 
reached.
> Is there a way to supply proxy settings for each repo indepently?
> 
> Marcel