Sunday, April 15, 2012

Useful

It seems that maven requires its own proxy setup. You can find out about the settings.xml file at this link.
http://maven.apache.org/ref/3.0.3/maven-settings/settings.html
For example:
Code:



true
http
proxy.somewhere.com
8080
proxyuser
somepassword
www.google.com|*.somewhere.com




Obviously, you will need to change the data for your own situation.

Please let us know if this helps.

No comments: