Re: MARTIFACT-25 was: releasing maven artifact 3.0 alpha 1

2008-07-07 Thread Brett Porter
Hi Oleg, I think you are good to go now for the release. I've fixed the additional issues that I'd found. I'm just running the integration tests again locally to confirm, but I'd say go for it whenever you're ready. All the instructions are on the site for setting up settings,

Re: MARTIFACT-25 was: releasing maven artifact 3.0 alpha 1

2008-07-07 Thread Jason van Zyl
Igor just found another problem, in the Wagon manager downloading things repeatedly. We're going to take a look at that. On 7-Jul-08, at 1:08 PM, Brett Porter wrote: Hi Oleg, I think you are good to go now for the release. I've fixed the additional issues that I'd found. I'm just

Re: MARTIFACT-25 was: releasing maven artifact 3.0 alpha 1

2008-07-07 Thread Igor Fedorenko
Brett, Out of curiosity. It seems that your fix for MARTIFACT-25 only caches missing pom.xml lookup. Where is the logic that will prevent maven from repeatedly hitting remote repositories for actual artifacts? Brett Porter wrote: Hi Oleg, I think you are good to go now for the release.

Re: MARTIFACT-25 was: releasing maven artifact 3.0 alpha 1

2008-07-07 Thread Brett Porter
On 08/07/2008, at 3:28 AM, Igor Fedorenko wrote: Brett, Out of curiosity. It seems that your fix for MARTIFACT-25 only caches missing pom.xml lookup. Where is the logic that will prevent maven from repeatedly hitting remote repositories for actual artifacts? I'd looked at the linked

Re: MARTIFACT-25 was: releasing maven artifact 3.0 alpha 1

2008-07-06 Thread Brett Porter
On 05/07/2008, at 1:51 AM, Oleg Gusakov wrote: John - are you looking into this? Need it resolved for MNG-3185 I've done it in the way John was suggesting - it's not the perfect solution but it's the best one available I think. I stumbled upon an API regression that breaks one of

Re: MARTIFACT-25 was: releasing maven artifact 3.0 alpha 1

2008-07-04 Thread Brett Porter
On 04/07/2008, at 3:40 AM, John Casey wrote: Not to distract from the higher-level discussion, but I'd like to get into the nuts and bolts of MARTIFACT-25 a bit...in case someone beats me to it. We introduced a properties file that tracks resolution attempts for artifacts that weren't

Re: MARTIFACT-25 was: releasing maven artifact 3.0 alpha 1

2008-07-04 Thread Jason van Zyl
Are you dropping new files into the local repository or integrating this as part of the metadata? Do these files only work locally? Also in the case of 2.1 we should also consider just not allowing the state where there is no POM. Consider the artifact not complete without a POM. On

Re: MARTIFACT-25 was: releasing maven artifact 3.0 alpha 1

2008-07-04 Thread Oleg Gusakov
John - are you looking into this? Need it resolved for MNG-3185 Thanks, Oleg Brett Porter wrote: On 04/07/2008, at 3:40 AM, John Casey wrote: Not to distract from the higher-level discussion, but I'd like to get into the nuts and bolts of MARTIFACT-25 a bit...in case someone beats me to