====== Maven: Behind Proxy Server ====== - Go to your maven local repository directory. e.g: c:\user\YOUR_LOGIN\.m2 for MS Windows. - Create a file name ''settings.xml'' - In this file add: http true http YOUR_PROXY_SERVER YOUR_PROXY_PORT YOUR_USER_NAME_IF_NEEDED YOUR_PASSWORD_IF_NEEDED https true https YOUR_PROXY_SERVER YOUR_PROXY_PORT YOUR_USER_NAME_IF_NEEDED YOUR_PASSWORD_IF_NEEDED