Create a file call system-ext.properties and put in the project/WEB-INF/classes
System-ext.properties
-
-
##
-
-
## You can override system.properties by specifying your own settings in this
-
-
## file.
-
-
##
-
-
http.proxyHost=myproxy1.my-company.com
-
-
#https.proxyHost=<your proxy host name>
-
-
#https.proxyPort=8080
-
-
http.proxyPort=1007
-
-
http.nonProxyHosts="localhost"

Posted in 


