RE: maven-proxy support for M2

2006-03-30 Thread Jörg Schaible
Nicolas De Loof wrote on Thursday, March 30, 2006 3:41 PM: > I don't want to totally stop pom / metadata updates, I just > want them to > stay in cache according to "repo.ibiblio.cache.period". > > Using maven-proxy, every developer that request a POM waits > some seconds > for it. This sounds li

Re: maven-proxy support for M2

2006-03-30 Thread Nicolas De Loof
I don't want to totally stop pom / metadata updates, I just want them to stay in cache according to "repo.ibiblio.cache.period". Using maven-proxy, every developer that request a POM waits some seconds for it. This sounds like the proxy looks for changes on every request. In this case, why u

RE: maven-proxy support for M2

2006-03-30 Thread Jörg Schaible
Hi Nicolas, Nicolas De Loof wrote on Thursday, March 30, 2006 2:36 PM: > Does the *redownloading of poms* feature bypass the cache ? > I notice .pom downloading being very slow, even when allready present > in proxy cache. It's configurable in the maven-proxy configuration: snapshot.update=true

Re: maven-proxy support for M2

2006-03-30 Thread Nicolas De Loof
Does the *redownloading of poms* feature bypass the cache ? I notice .pom downloading being very slow, even when allready present in proxy cache. Nico. Jörg Schaible a écrit : Hi Nicolas and Carlos, Carlos Sanchez wrote on Thursday, March 30, 2006 11:10 AM: The truth is that I don't kn

RE: maven-proxy support for M2

2006-03-30 Thread hermod.opstvedt
Hi One note though - Build Maven-proxy with the latest commons-hhtpclient, otherwise you will redirect errors. Hermod -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 12:06 PM To: Maven Users List Subject: RE: maven-proxy support for M2

RE: maven-proxy support for M2

2006-03-30 Thread Jörg Schaible
Hi Nicolas and Carlos, Carlos Sanchez wrote on Thursday, March 30, 2006 11:10 AM: > The truth is that I don't know which one wins, I didn't write the > code, but *better m2 support* means redownloading of poms and IIRC > also metadata files I wrote the code and the proxy loads the "newest" ;-)

Re: maven-proxy support for M2

2006-03-30 Thread Carlos Sanchez
The truth is that I don't know which one wins, I didn't write the code, but *better m2 support* means redownloading of poms and IIRC also metadata files On 3/30/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > Hello > > maven-proxy 0.2 has been released with "better support for maven2". > My pro