Halaman

Subscribe:

Main Menu

Kamis, April 23, 2009

Maven Proxy

if your company have a proxy to connect internet. you need to modify your maven repository. so you can get repository from internet.

to add proxy in your maven you need to edit file settings.xml in your maven directory. add this code in settings.xml




<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>192.168.0.118</host>
<port>4001</port>
</proxy>
</proxies>





0 komentar: