Re: [m2] can't reach maven-proxy

2005-11-23 Thread Alexandre Poitras
roblem, does > >anyone has idea about how to set the timeout for maven-proxy? > > > >Regards, > >Green > > > >-Original Message- > >From: Edwin Punzalan [mailto:[EMAIL PROTECTED] > >Sent: 2005年11月22日 10:31 > >To: Maven Users List > &

RE: [m2] can't reach maven-proxy

2005-11-23 Thread Law Green-A20134
: 2005年11月24日 4:41 To: Maven Users List Subject: Re: [m2] can't reach maven-proxy Thank you very much for your help, Green. Using instead of in my settings solve my problem. Now, maven reach the maven-proxy, and my internal repository is not empty. I ran all the Maven Getting Started Guide from

Re: [m2] can't reach maven-proxy

2005-11-23 Thread Didier Brichet
w to set the timeout for maven-proxy? > >Regards, >Green > >-Original Message- >From: Edwin Punzalan [mailto:[EMAIL PROTECTED] >Sent: 2005年11月22日 10:31 >To: Maven Users List >Subject: Re: [m2] can't reach maven-proxy > > >You should follow the guide...

RE: [m2] can't reach maven-proxy

2005-11-21 Thread Law Green-A20134
] Sent: 2005年11月22日 10:31 To: Maven Users List Subject: Re: [m2] can't reach maven-proxy You should follow the guide... Maven Proxy is a separate application. A webserver to be exact. When it is already running, you will add the url of the maven-proxy application to your project as a repos

Re: [m2] can't reach maven-proxy

2005-11-21 Thread Edwin Punzalan
You should follow the guide... Maven Proxy is a separate application. A webserver to be exact. When it is already running, you will add the url of the maven-proxy application to your project as a repository (preferably with an id central) so your projects will look for artifacts in your lo

Re: [m2] can't reach maven-proxy

2005-11-21 Thread Didier Brichet
Hi, thank you for your answer, Edwin. But what I am trying to do is to set up an internal central repository as wrote at http://maven.apache.org/guides/introduction/introduction-to-repositories.html : "It is not recommended that you scrape or rsync:// a full copy of Ibiblio as there is a larg

Re: [m2] can't reach maven-proxy

2005-11-20 Thread Edwin Punzalan
Also, please see: http://maven.apache.org/guides/introduction/introduction-to-repositories.html Didier BRICHET wrote: Hello, I'm trying maven in a corporate environnement. My problem is to use maven-proxy, to sit on my main server and imitate ibiblio. To do this, on a Windows XP machine wi

Re: [m2] can't reach maven-proxy

2005-11-20 Thread Edwin Punzalan
Hi, are you sure its proxy you want? Proxies only forwards requests from private machines to those on the internet. If you want maven to go to your own repository, then setup a repository with id "central" so that the ibiblio repo will be overridden in your pom.xml. Or if you want to put

[m2] can't reach maven-proxy

2005-11-19 Thread Didier BRICHET
Hello, I'm trying maven in a corporate environnement. My problem is to use maven-proxy, to sit on my main server and imitate ibiblio. To do this, on a Windows XP machine with internet connection, I set my user settings (in .m2 directory) like this : | myprofile cent