Hi,

> Which section of maven-proxy.properties is relevant to a firewall. Is it
> the
> proxies section.

Yes.


> Here is my maven-proxy.properties...

*snip*


> ################ PROXIES
> #This is just a hack, it should auto discover them
> proxy.list=one,two,three
> #Unauthenticated proxy
> proxy.one.host=proxy1.example.com
> proxy.one.port=3128
> 
> #Authenticated proxy
> proxy.two.host=proxy2.example.org
> proxy.two.port=80
> proxy.two.username=username2
> proxy.two.password=password2

Here you have to enter your proxy settings, i.e. proxy.<name>.host, 
proxy.<name>.port etc.


> #www.ibiblio.org
> repo.www-ibiblio-org.url=http://repo1.maven.org/maven2
> repo.www-ibiblio-org.description=www.ibiblio.org
> repo.www-ibiblio-org.proxy=one
> repo.www-ibiblio-org.hardfail=true

...and in that section you refer to the above proxy settings by simply using a 
line such as "repo.www-ibiblio-org.proxy=<name>"


BTW:
AFAIK maven-proxy isn't developed anymore so I would think about switching to 
another repository proxy/cache such as Artifactory, Archivar, Proximity or 
whatever.


HTH

Thorsten

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

Reply via email to