Hi all,
In my maven config file I have to setup an proxy. I have set one like this
<<proxies>
<proxy>
<id>optional</id>
<active>true</active>
<protocol>http</protocol>
<username>user</username>
<password>password</password>
<host>192.168.1.3</host>
<port>8080</port>
<nonProxyHosts>local.net,some.host.com</nonProxyHosts>
</proxy>
</proxies>
It is working fine, I have to Keep my password without any encryption.
It causes some security risk. Is there a way to encrypt my password.
Thank you,
Arun P Johny
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]