Skip to content

Daily Archives: March 25th, 2009

Making Maven work through a web proxy

Client has a vicious network policy installed with prevents access to the rest of the world’s internet, unless you use the web proxy. How to make Maven use this proxy? Well, the documentation for Maven is perfectly easy to search, and you’ll find that it says to add the following to your ~/.m2/settings.xml: <settings> … [...]