Re: Using a proxy server during "mvn install"

2014-02-28 Thread Ron Wheeler
Is there any reason not to set up a repo such as Nexus to make your life much better? Ron On 28/02/2014 2:12 PM, Mahmood Naderan wrote: OK. According to the manual: please ensure your settings.xml file (usually ${user.home}/.m2/settings.xml) is secured with permissions appropriate for your op

Re: Using a proxy server during "mvn install"

2014-02-28 Thread Wayne Fay
As before, details of the settings.xml file is already documented - pay attention to the "Tip": https://maven.apache.org/settings.html#Quick_Overview As for SOCKS, there is some discussion on this subject at StackOverflow: https://stackoverflow.com/questions/1251192/how-do-i-use-maven-through-a-pr

Re: Using a proxy server during "mvn install"

2014-02-28 Thread Mahmood Naderan
OK. According to the manual: please ensure your settings.xml file (usually ${user.home}/.m2/settings.xml) is secured with permissions appropriate for your operating system). There is no settings.xml in ~/.m2/ I only see ~/.m2/repository/ Also, I want to know is it possible to use SOCKS5? The e

Re: Using a proxy server during "mvn install"

2014-02-28 Thread Wayne Fay
Yes, and this is well documented on the Maven site. Search with Google, Yahoo, Bing, etc with the following terms: maven proxy configure Wayne On Fri, Feb 28, 2014 at 12:46 PM, Mahmood Naderan wrote: > Hi > > I run "mvn install" to build YCSB. In the middle of the compilation, it > connects to

Using a proxy server during "mvn install"

2014-02-28 Thread Mahmood Naderan
Hi I run "mvn install" to build YCSB. In the middle of the compilation, it connects to clojars.org. Right now we have some network problems. Is it possible to tell mvn to use a proxy server IP:PORT for connecting to clojars?   Regards, Mahmood