Re: How does one mirror a maven repository?

2012-06-06 Thread Brian Fox
Nexus Pro has functionality that would allow you to do mirroring, we have a bunch of customers doing exactly what you ask. On Fri, Jun 1, 2012 at 12:53 PM, Phillip Hellewell ssh...@gmail.com wrote: Hi, Our company would like to mirror our Maven repository at a remote location. Currently

RE: How does one mirror a maven repository?

2012-06-06 Thread Gandhi, Pawan
This may be helpful http://www.sonatype.com/books/nexus-book/reference/maven-sect-single-group.html -Original Message- From: Brian Fox [mailto:bri...@infinity.nu] Sent: Wednesday, June 06, 2012 1:02 PM To: Maven Users List Subject: Re: How does one mirror a maven repository? Nexus Pro

Re: How does one mirror a maven repository?

2012-06-01 Thread Phillip Hellewell
On a related note, is it safe to use both Nexus set up with a proxy repository, and to also have rsync routinely updating it? Phillip On Fri, Jun 1, 2012 at 10:53 AM, Phillip Hellewell ssh...@gmail.com wrote: Hi, Our company would like to mirror our Maven repository at a remote location

RE: How does one mirror a maven repository?

2012-06-01 Thread Lyons, Roy
a maven repository? On a related note, is it safe to use both Nexus set up with a proxy repository, and to also have rsync routinely updating it? Phillip On Fri, Jun 1, 2012 at 10:53 AM, Phillip Hellewell ssh...@gmail.com wrote: Hi, Our company would like to mirror our Maven repository

Re: How does one mirror a maven repository?

2012-06-01 Thread Wayne Fay
On a related note, is it safe to use both Nexus set up with a proxy repository, and to also have rsync routinely updating it? ...snip... Is there any way to accomplish this with Nexus, or do I just need to set up rsync or something? Nexus has its own mailing lists. Please use them. Wayne

Re: How does one mirror a maven repository?

2012-06-01 Thread Ron Wheeler
for... http://mojo.codehaus.org/wagon-maven-plugin/merge-maven-repos-mojo.html -Original Message- From: Phillip Hellewell [mailto:ssh...@gmail.com] Sent: Friday, June 01, 2012 12:48 PM To: Maven Users List Subject: Re: How does one mirror a maven repository? On a related note, is it safe

Re: How does one mirror a maven repository?

2012-06-01 Thread Phillip Hellewell
On Fri, Jun 1, 2012 at 12:47 PM, Lyons, Roy roy.ly...@cmegroup.com wrote: I think that this is what you might be looking for... http://mojo.codehaus.org/wagon-maven-plugin/merge-maven-repos-mojo.html Sweet, thanks! I'll give it a try. That looks like just what I was looking for. Phillip

Re: Mirror of Maven

2006-11-09 Thread FTP Manager
Thanks for you replay. Shortly we'll start the mirror process. Best regards. Carlos Sanchez wrote: The central repository requires around 10 GB and growing, and it's updated every 4 hours. You can mirror the central repository using rsync with rsync -v -t -l -r ftp.ibiblio.org::maven2

Mirror of Maven

2006-11-08 Thread Jose M. Sanchez
Hello. I'm one of the mirror's managers at CICA (Spain) We are interested in mirroring Maven, please, could you explain us how can become in a official mirror? Also, we would like to know the disk space necessary for the mirror. Thanks in advance. -- José Manuel Sánchez Bretones

Re: Mirror of Maven

2006-11-08 Thread Carlos Sanchez
The central repository requires around 10 GB and growing, and it's updated every 4 hours. You can mirror the central repository using rsync with rsync -v -t -l -r ftp.ibiblio.org::maven2 /your/local/path Let us know what the url is and we'll add you to the list of mirrors. Thanks On 11/8/06,