Re: Maven-proxy functional with Maven 2?

2005-12-23 Thread Jörg Schaible
Carlos Sanchez wrote: What patch are you talking about? I'm using it and works fine http://jira.codehaus.org/browse/MAVENPROXY-36 Otherwise it is just annoying to replace broken elements from your local repo. Or worse, once M2 learns about updated hashes, the proxy would eliminate the

RE: Maven-proxy functional with Maven 2?

2005-12-22 Thread Mayorgaadame, Alex
Any time frame for a 1.0 release or at least 0.2? Alex -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 2:56 AM To: Maven Users List Subject: RE: Maven-proxy functional with Maven 2? dan tran wrote on Thursday, December 22, 2005 1:42 AM

Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread Carlos Sanchez
What patch are you talking about? I'm using it and works fine On 12/22/05, Jörg Schaible [EMAIL PROTECTED] wrote: dan tran wrote on Thursday, December 22, 2005 1:42 AM: there is one patch you need to apply in order to make work transparently with maven2. check out jira Just to make it

Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread Carlos Sanchez
PROTECTED] Sent: Thursday, December 22, 2005 2:56 AM To: Maven Users List Subject: RE: Maven-proxy functional with Maven 2? dan tran wrote on Thursday, December 22, 2005 1:42 AM: there is one patch you need to apply in order to make work transparently with maven2. check out jira Just

Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread Konstantin Shaposhnikov
Hello Alex, On 12/22/05, Mayorgaadame, Alex [EMAIL PROTECTED] wrote: Hello all and Merry Christmas to everyone, Anyone knows what have been the fate of http://maven-proxy.codehaus.org I hadn't see any changes on it for a long time. I've used it with Maven 1 and would like to know if it

Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread Dirk Olmes
Dan, there is one patch you need to apply in order to make work transparently with maven2. check out jira Ok, I've taken a look in jira and found patches but to which one are you referring exactly? BTW: the strange ConnectException bug I was seeing was simply a config error. Now that this is

Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread dan tran
my bad, dont see it in jira. It is something related to maven-metadata.xmlnever got updated if it is changed in the external repo jorg, were you the one that send the fix it? -D On 12/22/05, Dirk Olmes [EMAIL PROTECTED] wrote: Dan, there is one patch you need to apply in order to make

Re: Maven-proxy functional with Maven 2?

2005-12-22 Thread Alexandre Poitras
Yeah I remember having heard that if you don't apply the patches, your plugins are never upgraded unless you force it (with -U) I think. On 12/22/05, dan tran [EMAIL PROTECTED] wrote: my bad, dont see it in jira. It is something related to maven-metadata.xmlnever got updated if it is changed

Re: Maven-proxy functional with Maven 2?

2005-12-21 Thread Dirk Olmes
Mayorgaadame, Alex wrote: Hello all and Merry Christmas to everyone, Hi, Anyone knows what have been the fate of http://maven-proxy.codehaus.org I hadn't see any changes on it for a long time. I've used it with Maven 1 and would like to know if it just work with Maven 2 or maybe a similar

Re: Maven-proxy functional with Maven 2?

2005-12-21 Thread dan tran
there is one patch you need to apply in order to make work transparently with maven2. check out jira -D On 12/21/05, Dirk Olmes [EMAIL PROTECTED] wrote: Mayorgaadame, Alex wrote: Hello all and Merry Christmas to everyone, Hi, Anyone knows what have been the fate of

RE: Maven-proxy functional with Maven 2?

2005-12-21 Thread Jörg Schaible
dan tran wrote on Thursday, December 22, 2005 1:42 AM: there is one patch you need to apply in order to make work transparently with maven2. check out jira Just to make it clear: You have to apply the patch to the CVS version ... :) - Jörg