Re: How do I upgrade internal maven1 repos to maven2

2007-05-16 Thread Wayne Fay
There are a few Maven Proxy solutions that can probably help. Check the website of Archiva, Proximity, Artifactory, etc -- I'd expect at least one of them has this feature. Are you currently using anything special to manage your M1 repos? Wayne On 5/16/07, Chris Helck [EMAIL PROTECTED] wrote:

RE: How do I upgrade internal maven1 repos to maven2

2007-05-16 Thread Barrett Nuzum
Hi Chris. Maven2 can navigate Maven1 repositories well. I would define your M1 repo as a repository that your M2 build can use. Just specify layoutlegacy/layout in your repository definition. If you specify a different folder for your Maven2 repository, the first time you run a Maven2

Re: How do I upgrade internal maven1 repos to maven2

2007-05-16 Thread Tamás Cservenák
Hello, Proximity is not able to convert repository content from M1 to M2 format, that's for sure. I don't know for Archiva and Artifactory... ~t~ On 5/16/07, Wayne Fay [EMAIL PROTECTED] wrote: There are a few Maven Proxy solutions that can probably help. Check the website of Archiva,

Re: How do I upgrade internal maven1 repos to maven2

2007-05-16 Thread Wayne Fay
It just seemed like a feature someone might support -- I could be wrong. ;-) I suppose the legacy layout configuration suggested by Barrett is the easiest (and perhaps best) way forward. Wayne On 5/16/07, Tamás Cservenák [EMAIL PROTECTED] wrote: Hello, Proximity is not able to convert

RE: How do I upgrade internal maven1 repos to maven2

2007-05-16 Thread Chris Helck
12:31 PM To: Maven Users List Subject: RE: How do I upgrade internal maven1 repos to maven2 Hi Chris. Maven2 can navigate Maven1 repositories well. I would define your M1 repo as a repository that your M2 build can use. Just specify layoutlegacy/layout in your repository definition. If you

RE: How do I upgrade internal maven1 repos to maven2

2007-05-16 Thread Barrett Nuzum
IT business friendly From: Chris Helck [mailto:[EMAIL PROTECTED] Sent: Wed 5/16/2007 1:57 PM To: Maven Users List Subject: RE: How do I upgrade internal maven1 repos to maven2 Hi Barret, I don't understand. I do use the layoutlegacy/layout element to access my M1