Maven needs proxy server url and credential information.
However this poses a security risk as your password is in a plain text
format. Is there some way to circumvent this ?
.m2/settings.xml
<proxies>
<proxy>
<id>1001</id>
<active>true</active>
<protocol>http</protocol>
<username>me</username>
<password>pass</password>
<host>ip</host>
<port>port</port>
<nonProxyHosts>localhost</nonProxyHosts>
</proxy>
</proxies>
Sanjay Shukla,
HPI Product Engineering, 2 Penn Plaza, NY.
212 904 3629 Office
732 692 4419 Cell
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]