[commons-dev] How to increase the speed of an online build in a LAN with a HTTP Cache Proxy.
How to increase the speed of an online build in a LAN with a HTTP cache
proxy.
With Maven 2.x :
-----------
Create settings.xml file in the /home//.m2 folder.
content of the settings.xml
true
http
squid.example.com
3128
proxyuser
somepassword
www.someplace.com|*.somewhere.com
With Maven 1.x :
---------------
Create build.properties file in the /home// folder
Content of the build.properties file.
maven.proxy.host=squid.example.com
maven.proxy.port=3128
Thanks,
Deependra.
--
Deependra Ariyadewa
Senior Linux Systems Engineer; WSO2, Inc.; http://www.wso2.com/
email: deep@wso2.com; cell: +94 71 403 5996; fax: 0112424303
"Oxygenating the Web Service Platform."
- Login or register to post comments
- Printer friendly version
- 524 reads










