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>
Selalu belajar untuk bersabar...
<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>192.168.0.118</host>
<port>4001</port>
</proxy>
</proxies>
0 komentar:
Posting Komentar