Re: [M2] maven-changelog-plugin, apache plugin repo down?

2006-10-24 Thread Wendy Smoak
On 10/24/06, CodingPlayer <[EMAIL PROTECTED]> wrote: it seems to me that the apache-snapshot-repo URL has changed, or it is currently down, or the plugin is not supported any more. The snapshot URL is: http://people.apache.org/repo/m2-snapshot-repository It is currently down, the 'people.ap

[M2] maven-changelog-plugin, apache plugin repo down?

2006-10-24 Thread CodingPlayer
snapshots http://snapshots.maven.codehaus.org/maven2 true Anybody here, who knows more? thx 4 help R.C. -- View this message in context: http://www.nabble.com/-M2--maven-changelog-plugin%2C-apache-plugin-repo-down--tf2501455.html#a6973271 Sent from the Maven - Users mailing list a

Re: Feature suggestion, was 'Re: repo down?'

2006-05-18 Thread John Casey
you don't happen to have code to do this sort of thing already, do you? I'm sure it's a relatively simple matter of doing a DNS lookup via JNDI and parsing the result, but if you have a working example that might be easier to explore adding... -john On 5/18/06, David Smiley <[EMAIL PROTECTED]> w

Re: repo down?

2006-05-18 Thread Brett Porter
It does, but the problem here is not a snapshot - it was a repository entered for both snapshots and non-snapshots that shouldn't have been. - Brett On 5/17/06, Brad Davis <[EMAIL PROTECTED]> wrote: Doesn't the Release plugin actually do this with the prepare phase? Determine that you don't dep

Re: Feature suggestion, was 'Re: repo down?'

2006-05-18 Thread David Smiley
Fantastic idea! ~ Dave Smiley On 2006-05-17 21:21:59 -0400, Brad Davis <[EMAIL PROTECTED]> said: It strikes me that centralized repositories, even with mirrors is a potential scalability problem and point of failure. Its also a point of failure since the more projects use Maven, the more admi

Re: repo down?

2006-05-17 Thread Brad Davis
Doesn't the Release plugin actually do this with the prepare phase? Determine that you don't depend on any SNAPSHOT items? Or does the maven build not depend on the plugins, so this doesn't work? In fact, I guess the plugins would depend on Maven itself. How do you address eliminating that

Feature suggestion, was 'Re: repo down?'

2006-05-17 Thread Brad Davis
It strikes me that centralized repositories, even with mirrors is a potential scalability problem and point of failure. Its also a point of failure since the more projects use Maven, the more administration has to be done to allow Project X, Y, or Z access to publish updates to the repo. Why

Re: repo down?

2006-05-16 Thread Brett Porter
You shouldn't need to mirror central presently. However, if you are, you can only pick one at the moment. - Brett On 5/16/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: Hi Brett, Can we specify multiple mirrors for the central in the settings.xml file or do we have to specify just one. If we hav

Re: repo down?

2006-05-16 Thread Gautham Pamu
Hi Brett, Can we specify multiple mirrors for the central in the settings.xml file or do we have to specify just one. If we have multiple mirrors for the central, does maven pick a single mirror or does it try all of them, if one of the fail. Thanks Gautham Pamu ggi-project.org http:

Re: repo down?

2006-05-16 Thread Brett Porter
AIL PROTECTED] > Sent: Tuesday, May 16, 2006 3:51 PM > To: Maven Users List > Subject: Re: repo down? > > > In hindsight, maven-proxy would of been worth setting up. > > On 5/16/06, Mark Hansen <[EMAIL PROTECTED]> wrote: >> >> +1 !!! >> >> Is

Re: repo down?

2006-05-16 Thread Mark Diggory
down. Now we all go via maven-proxy here. Isnt google cache a lovely thing :-) ? -Original Message- From: ben short [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 3:51 PM To: Maven Users List Subject: Re: repo down? In hindsight, maven-proxy would of been worth setting up.

RE: repo down?

2006-05-16 Thread Adam Leggett
nal Message- From: ben short [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 3:51 PM To: Maven Users List Subject: Re: repo down? In hindsight, maven-proxy would of been worth setting up. On 5/16/06, Mark Hansen <[EMAIL PROTECTED]> wrote: > > +1 !!! > > Is there any

Re: repo down?

2006-05-16 Thread ben short
In hindsight, maven-proxy would of been worth setting up. On 5/16/06, Mark Hansen <[EMAIL PROTECTED]> wrote: +1 !!! Is there anybody who can fix this problem with the repository? I've got a bunch of developers in India who have installed m2 and need to build our company's plugins. We are l

Re: repo down?

2006-05-16 Thread Mark Hansen
+1 !!! Is there anybody who can fix this problem with the repository? I've got a bunch of developers in India who have installed m2 and need to build our company's plugins. We are losing man-days of work because of this. Mark Diggory wrote: You can't if its the first time you've run mave

Re: repo down?

2006-05-16 Thread Mark Diggory
You can't if its the first time you've run maven, anyone trying to use maven for the first time can't get the proper plugins because its looking for Snapshots on codehaus. Seems if your going to do a full release of maven it would be wise to base it on full releases of the plugins in the mi

Re: Re: repo down?

2006-05-16 Thread javed mandary
You can use the -o flag , e.g mvn -o install this will tell maven to work in offline mode and it wont try to check for updates on the remote repo. cheers, javed On 5/15/06, Markus Reinhardt <[EMAIL PROTECTED]> wrote: Am Montag, den 15.05.2006, 11:20 +0200 schrieb Jörg Schaible: Geoffre

Re: RE : repo down?

2006-05-16 Thread Julien Henry
ED] Envoyé : lundi 15 mai 2006 12:56 À : Maven Users List Objet : RE: repo down? Hi, the doxia-site-renderer-1.0-alpha-8.pom does defines repositories, snapshots http://snapshots.maven.codehaus.org/maven2 which can't be resolved. Any idea, if this will be fixed qui

RE: snapshots.maven.codehaus.org repo down ?

2006-05-16 Thread Jörg Schaible
javed mandary wrote on Tuesday, May 16, 2006 9:14 AM: > Hi , > is anyone aware if the > http://snapshots.maven.codehaus.org/maven2/ > repository is down temporarily or permanently ? Temporary, but there has been a disk failure, so recovery might take some time. - Jörg

snapshots.maven.codehaus.org repo down ?

2006-05-16 Thread javed mandary
Hi , is anyone aware if the http://snapshots.maven.codehaus.org/maven2/ repository is down temporarily or permanently ? cheers, Javed

RE: repo down?

2006-05-15 Thread Jörg Schaible
.maven.codehaus.org/maven2 >> >> >> which can't be resolved. Any idea, if this will be fixed quickly, or >> do we have to stick to the older plugin versions? >> >> Ingo >> >>> -Original Message----- >>> From: Xavier Frisay

Re: RE : repo down?

2006-05-15 Thread Brett Porter
has link to : > - codehaus snapshots > - cargo snapshots > - apache snapshots > - corporate snapshots > > This is a better solution. > > - Olivier > > -Message d'origine- > De : Weichsel, Ingo [mailto:[EMAIL PROTECTED] > Envoyé : lundi 15 mai 2006 12:

Re: RE : repo down?

2006-05-15 Thread Borut Bolčina
ivier -Message d'origine- De : Weichsel, Ingo [mailto:[EMAIL PROTECTED] Envoyé : lundi 15 mai 2006 12:56 À : Maven Users List Objet : RE: repo down? Hi, the doxia-site-renderer-1.0-alpha-8.pom does defines repositories, snapshots http://snapshots.maven.co

Re: repo down?

2006-05-15 Thread Borut Bolčina
esolved. Any idea, if this will be fixed quickly, or do we have to stick to the older plugin versions? Ingo > -Original Message- > From: Xavier Frisaye [mailto:[EMAIL PROTECTED] > Sent: Monday, May 15, 2006 12:00 PM > To: Maven Users List > Subject: RE : repo down? > > I

Re: repo down?

2006-05-15 Thread Wayne Fay
AIL PROTECTED] > Sent: Monday, May 15, 2006 12:00 PM > To: Maven Users List > Subject: RE : repo down? > > In my case, this is doxia referenced by the new site plugin > (2.0-beta-5) that causes the problem and i solved by adding > this to my pom : > > > org.apa

Re: repo down?

2006-05-15 Thread Markus Reinhardt
Am Montag, den 15.05.2006, 12:14 +0200 schrieb Markus Reinhardt: Sorry, but this did not work for me. Maven complains about not finding the POM (but it's in my repo) Since this morning (4 hours ago) nothing works anymore. I just tried the war-plugin (instead of maven-tomcat) an th

RE: Re: repo down?

2006-05-15 Thread Jörg Schaible
Geoffrey De Smet wrote on Monday, May 15, 2006 11:55 AM: > In my experience, none of the released plugins rely on the snapshots > repo, because the snapshot repo simply isn't in my repo list. Maybe you have a look at the POMs of the plugins (and their dependencies). Just because it is not in *yo

RE : repo down?

2006-05-15 Thread Olivier Lamy
À : Maven Users List Objet : RE: repo down? Hi, the doxia-site-renderer-1.0-alpha-8.pom does defines repositories, snapshots http://snapshots.maven.codehaus.org/maven2 which can't be resolved. Any idea, if this will be fixed quickly, or do we have to stick to t

RE: repo down?

2006-05-15 Thread Weichsel, Ingo
Original Message- > From: Xavier Frisaye [mailto:[EMAIL PROTECTED] > Sent: Monday, May 15, 2006 12:00 PM > To: Maven Users List > Subject: RE : repo down? > > In my case, this is doxia referenced by the new site plugin > (2.0-beta-5) that causes the problem and i solve

Re: repo down?

2006-05-15 Thread Markus Reinhardt
Am Montag, den 15.05.2006, 11:52 +0200 schrieb Emmanuel Venisse: Markus Reinhardt a écrit : > Am Montag, den 15.05.2006, 11:20 +0200 schrieb Jörg Schaible: > >>Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: >> >>> Ibiblio is up, but the dns server of maven.org seems to be down. >>>

Re: Re : Re: repo down?

2006-05-15 Thread Emmanuel Venisse
mal ? Yan. - Message d'origine De : Jörg Schaible <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Lundi, 15 Mai 2006, 11h20mn 51s Objet : RE: Re: repo down? Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: Ibiblio is up, but the dns server of maven.org seems to b

RE : repo down?

2006-05-15 Thread Xavier Frisaye
nisse [mailto:[EMAIL PROTECTED] Date: lun. 15/05/2006 11:52 À: Maven Users List Cc: Objet: Re: repo down? Markus Reinhardt a écrit : > Am Montag, den 15.05.2006, 11:20 񩁸 schrieb Jörg Schaible: > >>

Re: repo down?

2006-05-15 Thread Geoffrey De Smet
In my experience, none of the released plugins rely on the snapshots repo, because the snapshot repo simply isn't in my repo list. You are using snapshot versions? Also, I have experienced that if you work on a project with a team it's a very good idea to lock down the plugin versions so everyo

Re: repo down?

2006-05-15 Thread Emmanuel Venisse
Markus Reinhardt a écrit : Am Montag, den 15.05.2006, 11:20 +0200 schrieb Jörg Schaible: Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: Ibiblio is up, but the dns server of maven.org seems to be down. Brett Porter wrote: http://maven.apache.org/guides/mini/guide-mirror-settings.

Re : Re: repo down?

2006-05-15 Thread langlois yan
I got the same problem. the URL : http://snapshots.maven.codehaus.org/maven2 is not available. Is it normal ? Yan. - Message d'origine De : Jörg Schaible <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Lundi, 15 Mai 2006, 11h20mn 51s Objet : RE: Re: repo down? Geoff

RE: Re: repo down?

2006-05-15 Thread Markus Reinhardt
Am Montag, den 15.05.2006, 11:20 +0200 schrieb Jörg Schaible: Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: > Ibiblio is up, but the dns server of maven.org seems to be down. > > Brett Porter wrote: >> http://maven.apache.org/guides/mini/guide-mirror-settings.html >> >> Yes, it'

Re: Re: repo down?

2006-05-15 Thread Ray Tsang
I think it's an unexpected harddrive outtage? ray, On 5/15/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: > Ibiblio is up, but the dns server of maven.org seems to be down. > > Brett Porter wrote: >> http://maven.apache.org/guides/mini/gui

RE: Re: repo down?

2006-05-15 Thread Jörg Schaible
Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: > Ibiblio is up, but the dns server of maven.org seems to be down. > > Brett Porter wrote: >> http://maven.apache.org/guides/mini/guide-mirror-settings.html >> >> Yes, it's down. Unscheduled, and beyond our control, sorry. But, since the

Re: repo down?

2006-05-15 Thread Geoffrey De Smet
Ibiblio is up, but the dns server of maven.org seems to be down. Brett Porter wrote: http://maven.apache.org/guides/mini/guide-mirror-settings.html Yes, it's down. Unscheduled, and beyond our control, sorry. - Brett On 5/14/06, Raymond Ritz <[EMAIL PROTECTED]> wrote: Hey all, is http://repo1

Re: repo down?

2006-05-14 Thread Brett Porter
http://maven.apache.org/guides/mini/guide-mirror-settings.html Yes, it's down. Unscheduled, and beyond our control, sorry. - Brett On 5/14/06, Raymond Ritz <[EMAIL PROTECTED]> wrote: Hey all, is http://repo1.maven.org down unexpectedly? If this is a scheduled outage,

repo down?

2006-05-14 Thread Raymond Ritz
Hey all, is http://repo1.maven.org down unexpectedly? If this is a scheduled outage, where can I get information on planned downtime in the future? Regards, Raymond Ritz