Re: Maven mirror status/problem

2011-05-11 Thread Ian Holsman
/pub/mirrors/maven2/org/apache/lucene/lucene-core/ > > ) > > while the main repo > > (http://repo1.maven.org/maven2/org/apache/lucene/lucene-core/ ) has 3.1.0 > > showing there since march. > > > > > > -- > > View this message in context: > &

Re: Maven mirror status/problem

2011-05-11 Thread Brett Porter
. > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-mirror-status-problem-tp3306916p4388036.html > Sent from the Maven Developers mailing list archive at Nabble.com. > > ---

Re: Maven mirror status/problem

2011-05-11 Thread Ian Holsman
ucene/lucene-core/ ) has 3.1.0 showing there since march. -- View this message in context: http://maven.40175.n5.nabble.com/Maven-mirror-status-problem-tp3306916p4388036.html Sent from the Maven Developers mailing list archive at Nabbl

Re: Maven mirror status/problem

2010-12-15 Thread Jörg Hohwiller
Hi Brian, > That page is garbage and should be dumped. The official list is > maintained in the repo itself: > http://repo1.maven.org/maven2/.meta/repository-metadata.xml > thanks for clarification. I put the link on the wiki site as the wiki site itself is linked from various other sites. Rega

Re: Maven mirror status/problem

2010-12-15 Thread Jörg Hohwiller
> Hi, Hi there, > > I guess I am one of those "scrapers". Could you please tell me how can I get > all pom files stored in the central repository? (I just need them for > research.) Should I setup a mirror? If so how can I do so? You can simply use a maven repository server such as nexus, artifa

Re: Maven mirror status/problem

2010-12-15 Thread Brian Fox
That page is garbage and should be dumped. The official list is maintained in the repo itself: http://repo1.maven.org/maven2/.meta/repository-metadata.xml On Wed, Dec 15, 2010 at 3:32 PM, Jörg Hohwiller wrote: > Hi there, > > some people recommend to use a mirror for maven. Others are required t

Re: Maven mirror status/problem

2010-12-15 Thread Brett Porter
On 16/12/2010, at 7:32 AM, Jörg Hohwiller wrote: > 3. http://repo.exist.com/maven2/ > last_updated.txt: Tue Nov 23 22:30:45 CST 2010 > Not up-to-date... > > 4. http://mirrors.ibiblio.org/pub/mirrors/maven2 > last_updated.txt: Tue Nov 30 22:54:22 CST 2010 > Not really up-to-date... These two wer

Re: Maven mirror status/problem

2010-12-15 Thread Ersin ER
Hi, I guess I am one of those "scrapers". Could you please tell me how can I get all pom files stored in the central repository? (I just need them for research.) Should I setup a mirror? If so how can I do so? Thanks. On Wed, Dec 15, 2010 at 22:52, Jason van Zyl wrote: > The two that will alwa

Re: Maven mirror status/problem

2010-12-15 Thread Jason van Zyl
The two that will always work are: http://uk.maven.org/maven2/ and http://repo1.maven.org/maven2/ Scrapers will definitely get blocked and stay blocked. But no normal user stays blocked if they inadvertently hit the tripwires. Only takes a short conversation, proving that the activity which c

Re: Maven mirror status/problem

2010-12-15 Thread Jason van Zyl
On Dec 15, 2010, at 3:32 PM, Jörg Hohwiller wrote: > Hi there, > > some people recommend to use a mirror for maven. Others are required to as > their IP address has been blacklisted so they can not reach central > (repo1.maven.org) anymore. > > From what I know mirrors are listed here: > > h

Maven mirror status/problem

2010-12-15 Thread Jörg Hohwiller
Hi there, some people recommend to use a mirror for maven. Others are required to as their IP address has been blacklisted so they can not reach central (repo1.maven.org) anymore. >From what I know mirrors are listed here: http://docs.codehaus.org/display/MAVENUSER/Mirrors+Repositories My feedb

Re: French maven mirror proposal

2010-09-20 Thread Brett Porter
We don't really use the MPA JIRA any more. Best to get it sorted out here, and then list it on the site (per the issue you filed). Thanks, Brett On 20/09/2010, at 4:12 AM, Freddy Munoz wrote: > Hello Again, > > I'm trying to fill a request in the "Maven Project Administration" JIRA > project

Re: French maven mirror proposal

2010-09-20 Thread Freddy Munoz
Hello Again, I'm trying to fill a request in the "Maven Project Administration" JIRA project (as stated in http://maven.apache.org/community.html), however, I'm unable to create a ticket (I don't see the project in the "create issue" drop-down list). Could you give me a hand with that? My Jira

Re: French maven mirror proposal

2010-09-20 Thread Freddy Munoz
I forgot to specify that I have already created a ticket in the "Maven 2 Project Web Site" project in JIRA http://jira.codehaus.org/browse/MNGSITE-119 Thanks again, Kind regard > Hello Again, > > I'm trying to fill a request in the "Maven Project Administration" JIRA > project (as stated in ht

Re: French maven mirror proposal

2010-09-10 Thread ROUSSEAU Guillaume
Le 08/09/10 14:40, Freddy Munoz a écrit : Dear Maven development team, I introduce myself, my name is Freddy; I'm a software engineer at Antelink, a software development start-up in Paris, France. The Antelink development team uses intensively maven and other open-source development tools to

French maven mirror proposal

2010-09-08 Thread Freddy Munoz
Dear Maven development team, I introduce myself, my name is Freddy; I'm a software engineer at Antelink, a software development start-up in Paris, France. The Antelink development team uses intensively maven and other open-source development tools to build our private and community services (h

Re: Maven Mirror

2010-05-13 Thread Jason van Zyl
On May 12, 2010, at 9:23 PM, Jonathan Gray wrote: > Hello, > > I work at Facebook and am also a committer on HBase. > > We recently mavenized HBase trunk, and Hadoop is also slowly moving over to > maven. > > As big consumers of both, we are thinking about setting up a public mirror. > We h

Maven Mirror

2010-05-13 Thread Jonathan Gray
Hello, I work at Facebook and am also a committer on HBase. We recently mavenized HBase trunk, and Hadoop is also slowly moving over to maven. As big consumers of both, we are thinking about setting up a public mirror. We have plenty of resources and already mirror a bunch of other stuff (ht

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Geoff Clitheroe
>> Am I missing something?  I'm talking about being able to search for a >> class name and find which jars contain it.  I tried the search at >> http://repository.sonatype.org  I searched for 'hibernate-core' and I >> can see hibernate-core-3.3.1.GA.jar listed.  However, if I search for >> a class

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Brian Fox
On Tue, Jul 14, 2009 at 9:29 PM, Geoff Clitheroe wrote: > Hi Brian, > >> >> This is a good idea. Email / subscribe the >> repo-maintain...@maven.apache.org list and we can work out the mirror >> process there. >> > > Thanks, I will do.  FWIW I followed the info a the end of this page > http://maven

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Geoff Clitheroe
Hi Brian, > > This is a good idea. Email / subscribe the > repo-maintain...@maven.apache.org list and we can work out the mirror > process there. > Thanks, I will do. FWIW I followed the info a the end of this page http://maven.apache.org/guides/mini/guide-mirror-settings.html and contacted this

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Brian Fox
On Tue, Jul 14, 2009 at 5:33 PM, Geoff Clitheroe wrote: > Hi Tim, > > On Wed, Jul 15, 2009 at 9:23 AM, Tim O'Brien wrote: >> FYI, running another mirror is a noble goal, and I'm sure there is a >> lot of good that could come of finding innovative ways to index, but I >> did want to let you know tha

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Geoff Clitheroe
Hi Tim, On Wed, Jul 15, 2009 at 9:23 AM, Tim O'Brien wrote: > FYI, running another mirror is a noble goal, and I'm sure there is a > lot of good that could come of finding innovative ways to index, but I > did want to let you know that there is already a searchable index that > provides a number o

Re: Hosting (and synching) a maven mirror

2009-07-14 Thread Tim O'Brien
08/05/nexus_index_is.html [2] http://wiki.netbeans.org/MavenBestPractices On Tue, Jul 14, 2009 at 4:08 PM, Geoff Clitheroe wrote: > Hi, > > I'm interested in hosting a maven mirror in New Zealand.  As far as I > know there is not one available in this region.  Any comments on th

Hosting (and synching) a maven mirror

2009-07-14 Thread Geoff Clitheroe
Hi, I'm interested in hosting a maven mirror in New Zealand. As far as I know there is not one available in this region. Any comments on this being a good idea? If so what is the preferred method (and source) for creating a mirror and keeping it in sync? I work for http://www.gns.cri.n

Re: Maven mirror

2007-01-14 Thread Stephane Nicoll
Ah cool, sounds like I am gonna use this one :) Thanks, Stéphane On 1/14/07, Cedric Gavage <[EMAIL PROTECTED]> wrote: FYI, We have added a mirror for Maven. [www] - http://maven2.mirrors.skynet.be/pub/maven2/ [ftp] - ftp://maven2.mirrors.skynet.be/pub/maven2/ Belgacom S.A. - Belgium. -- C

Re: Maven mirror

2007-01-13 Thread Carlos Sanchez
it's not available yet? only few folders are there On 1/13/07, Cedric Gavage <[EMAIL PROTECTED]> wrote: FYI, We have added a mirror for Maven. [www] - http://maven2.mirrors.skynet.be/pub/maven2/ [ftp] - ftp://maven2.mirrors.skynet.be/pub/maven2/ Belgacom S.A. - Belgium. -- Cedric Gavage B

Maven mirror

2007-01-13 Thread Cedric Gavage
FYI, We have added a mirror for Maven. [www] - http://maven2.mirrors.skynet.be/pub/maven2/ [ftp] - ftp://maven2.mirrors.skynet.be/pub/maven2/ Belgacom S.A. - Belgium. -- Cedric Gavage Belgacom S.A. - IT & Network Department Security, Internet & Applications http://www.belgacom.be

Re: maven mirror rsync

2007-01-09 Thread Trygve Laugstøl
Cody Zhang wrote: Dear Lady/Gentleman, I am a maven user. I follow the command (http://maven.apache.org/guides/mini/guide-mirror-settings.html ): rsync -v -t -l -r mirrors.ibiblio.org::maven2 /tmp/maven2 But, it is failure. Seems to be working for me, at least it starts to fetch th

Re: maven mirror rsync

2007-01-08 Thread Carlos Sanchez
what failure On 1/8/07, Cody Zhang <[EMAIL PROTECTED]> wrote: Dear Lady/Gentleman, I am a maven user. I follow the command (http://maven.apache.org/guides/mini/guide-mirror-settings.html ): rsync -v -t -l -r mirrors.ibiblio.org::maven2 /tmp/maven2 But, it is failure. Please tell me

maven mirror rsync

2007-01-08 Thread Cody Zhang
Dear Lady/Gentleman, I am a maven user. I follow the command (http://maven.apache.org/guides/mini/guide-mirror-settings.html ): rsync -v -t -l -r mirrors.ibiblio.org::maven2 /tmp/maven2 But, it is failure. Please tell me how to do it ? Thanks! cody