RE: [M2] Repository Problem trying to override central and maintain local corporate repository

2007-03-19 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 9:02 PM To: Maven Users List Subject: Re: [M2] Repository Problem trying to override central and maintain local corporate repository Use the new mirrorOf*/mirrorOf feature to declare that all repos are mirror'ed

Re: [M2] Repository Problem trying to override central and maintain local corporate repository

2007-03-19 Thread Wayne Fay
[mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 9:02 PM To: Maven Users List Subject: Re: [M2] Repository Problem trying to override central and maintain local corporate repository Use the new mirrorOf*/mirrorOf feature to declare that all repos are mirror'ed by your local override. Wayne

[M2] Repository Problem trying to override central and maintain local corporate repository

2007-03-14 Thread Peter Anning
Hi, We need to override the Maven Central Repository and maintain a local network repository. This has worked fine, up until now, with a mirror setting in the maven settings.xml settings ... mirrors mirror idmirror-maven-central/id mirrorOfcentral/mirrorOf nameLocal

Re: [M2] Repository Problem trying to override central and maintain local corporate repository

2007-03-14 Thread Wayne Fay
Use the new mirrorOf*/mirrorOf feature to declare that all repos are mirror'ed by your local override. Wayne On 3/14/07, Peter Anning [EMAIL PROTECTED] wrote: Hi, We need to override the Maven Central Repository and maintain a local network repository. This has worked fine, up until now, with

RE: [M2] Repository Problem trying to override central and maintain local corporate repository

2007-03-14 Thread Peter Anning
Thanks Wayne, When you say 'new' feature does this work with 2.0.4 Cheers Peter -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, 15 March 2007 2:02 PM To: Maven Users List Subject: Re: [M2] Repository Problem trying to override central and maintain

Re: [M2] Repository Problem trying to override central and maintain local corporate repository

2007-03-14 Thread Wendy Smoak
On 3/14/07, Peter Anning [EMAIL PROTECTED] wrote: When you say 'new' feature does this work with 2.0.4 No, it's available in 2.0.5 and later. http://maven.apache.org/guides/mini/guide-mirror-settings.html -- Wendy - To