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]> wrote:


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 administration
> has to be done to allow Project X, Y, or Z access to publish updates to
> the repo.
> Why not leverage DNS to allow projects to publish to project specific
> repositories?  This would require that the group ID be convertible into
> some sort of DNS resolvable name in a consistent manner, but that's
> nearly the case for many projects already.  Here's how it would work...
>
> As a client, Maven could look at the group ID of say
> org.apache.maven.plugins.  It could do DNS TXT record lookups on
> plugins.maven.apahche.org, then maven.apache.org and then apache.org
> looking for repository information (encoded via some convention in the
> TXT record).  The centralized repository structure could continue to be
> used as a fallback for projects whose group ID can't conform to a DNS
> resolvable address, or who don't have control over their DNS servers at
> that level.
> As a project owner, once the DNS support is there, publishing a new
> version of my artifcats to Maven no longer requires coordination with
> another party.  In fact, publishing to Central changes from a push
> model to a pull model.  A one time agreement to publish items from a
> given group ID means that the central server can now monitor for
> changes on the project specific repositories.
> My 2 cents.
>
> Brad



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 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 kind of circular dependency?

Brad


Mark Diggory wrote:

> 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 mirrors, or at least a full release of maven and/or
> any plugin maintained and required by maven should be full released
> and often, then this sort of thing wouldn't happen. Look at Eclipse
> and the way they organize thier updates into "integration", "stable"
> and "release" builds.
>
> For instance, EMF has a interim and stable update sites. This is one
> of the reasons I really pushed to have separate snapshot and release
> repositories at Apache, "product stability".
>
> -Mark
>
> p.s. there was a comment I should set up  a mirror or something crazy
> like that, it assumes I have some extensive knowledge of maven, which
> at this point with maven 2 I don't. While I understand you guys do
> allot of development and are focused on new features and bug fixes,
> it makes your product look bad to have single points of failure like
> this, I'm evaluating maven 2 for a project I'm now working on, this
> doesn't bode well in my evaluation.
>
>
> On May 16, 2006, at 8:25 AM, javed mandary wrote:
>
>> 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:
>>>
>>> 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 new plugin releases refer to artifacts only
>>> available in snapshots.maven.codehaus.org/maven2, our complete
>>> development comes to a sudden stop, because of the automated
>>> update. Please, make sure for such releases, that all artifacts  are
>>> available at ibiblio (which is at least mirrored).
>>>
>>> Who do I to tell maven not to search for updates? Neither -o nor -npu
>>> switches help. All needed plugins (tomcat-maven-plugin:pom:1.0-
>>> SNAPSHOT)
>>> are located in my local repo.
>>>
>>> Markus Reinhardt
>>>
>>> -BEGIN PGP SIGNATURE-
>>> Version: GnuPG v1.4.3 (GNU/Linux)
>>>
>>> iD8DBQBEaEpxTPqyj/tXZEMRAowGAKCfn8AEqNqeA/EVm66Fv53SO9PD6gCgtCzW
>>> gzcI00BTuqBtvCIYuKuP8BA=
>>> =lMx0
>>> -END PGP SIGNATURE-
>>>
>>>
>>>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 administration 
has to be done to allow Project X, Y, or Z access to publish updates to 
the repo.
Why not leverage DNS to allow projects to publish to project specific 
repositories?  This would require that the group ID be convertible into 
some sort of DNS resolvable name in a consistent manner, but that's 
nearly the case for many projects already.  Here's how it would work...


As a client, Maven could look at the group ID of say 
org.apache.maven.plugins.  It could do DNS TXT record lookups on 
plugins.maven.apahche.org, then maven.apache.org and then apache.org 
looking for repository information (encoded via some convention in the 
TXT record).  The centralized repository structure could continue to be 
used as a fallback for projects whose group ID can't conform to a DNS 
resolvable address, or who don't have control over their DNS servers at 
that level.
As a project owner, once the DNS support is there, publishing a new 
version of my artifcats to Maven no longer requires coordination with 
another party.  In fact, publishing to Central changes from a push 
model to a pull model.  A one time agreement to publish items from a 
given group ID means that the central server can now monitor for 
changes on the project specific repositories.

My 2 cents.

Brad




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 kind of circular dependency?


Brad


Mark Diggory wrote:

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 mirrors, or at least a full release of maven and/or  
any plugin maintained and required by maven should be full released  
and often, then this sort of thing wouldn't happen. Look at Eclipse  
and the way they organize thier updates into "integration", "stable"  
and "release" builds.


For instance, EMF has a interim and stable update sites. This is one  
of the reasons I really pushed to have separate snapshot and release  
repositories at Apache, "product stability".


-Mark

p.s. there was a comment I should set up  a mirror or something crazy  
like that, it assumes I have some extensive knowledge of maven, which  
at this point with maven 2 I don't. While I understand you guys do  
allot of development and are focused on new features and bug fixes,  
it makes your product look bad to have single points of failure like  
this, I'm evaluating maven 2 for a project I'm now working on, this  
doesn't bode well in my evaluation.



On May 16, 2006, at 8:25 AM, javed mandary wrote:


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:

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 new plugin releases refer to artifacts only  
available in snapshots.maven.codehaus.org/maven2, our complete  
development comes to a sudden stop, because of the automated  
update. Please, make sure for such releases, that all artifacts  are 
available at ibiblio (which is at least mirrored).


Who do I to tell maven not to search for updates? Neither -o nor -npu
switches help. All needed plugins (tomcat-maven-plugin:pom:1.0- 
SNAPSHOT)

are located in my local repo.

Markus Reinhardt

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQBEaEpxTPqyj/tXZEMRAowGAKCfn8AEqNqeA/EVm66Fv53SO9PD6gCgtCzW
gzcI00BTuqBtvCIYuKuP8BA=
=lMx0
-END PGP SIGNATURE-






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 not leverage DNS to allow projects to publish to project specific 
repositories?  This would require that the group ID be convertible into 
some sort of DNS resolvable name in a consistent manner, but that's 
nearly the case for many projects already.  Here's how it would work...


As a client, Maven could look at the group ID of say 
org.apache.maven.plugins.  It could do DNS TXT record lookups on 
plugins.maven.apahche.org, then maven.apache.org and then apache.org 
looking for repository information (encoded via some convention in the 
TXT record).  The centralized repository structure could continue to be 
used as a fallback for projects whose group ID can't conform to a DNS 
resolvable address, or who don't have control over their DNS servers at 
that level. 

As a project owner, once the DNS support is there, publishing a new 
version of my artifcats to Maven no longer requires coordination with 
another party.  In fact, publishing to Central changes from a push model 
to a pull model.  A one time agreement to publish items from a given 
group ID means that the central server can now monitor for changes on 
the project specific repositories. 


My 2 cents.

Brad


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.maven.org   down
unexpectedly? If this is a scheduled outage, where can I get 
information on

planned downtime in the future?



Regards,



Raymond Ritz







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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://ftp.ggi-project.org/pub/packages/maven2
  central


  planetmirror.com
  http://downloads.planetmirror.com/pub/maven2
  central


  lsu.edu
  http://ibiblio.lsu.edu/main/pub/packages/maven2
  central


  ibiblio.net
  http://www.ibiblio.net/pub/packages/maven2
  central




On 5/14/06, Brett Porter <[EMAIL PROTECTED]> 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.maven.org   down
> > unexpectedly? If this is a scheduled outage, where can I get information
> on
> > planned downtime in the future?
> >
> >
> >
> > Regards,
> >
> >
> >
> > Raymond Ritz
> >
> >
> >
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
-Gautham Pamu




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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://ftp.ggi-project.org/pub/packages/maven2
 central
   
   
 planetmirror.com
 http://downloads.planetmirror.com/pub/maven2
 central
   
   
 lsu.edu
 http://ibiblio.lsu.edu/main/pub/packages/maven2
 central
   
   
 ibiblio.net
 http://www.ibiblio.net/pub/packages/maven2
 central
   



On 5/14/06, Brett Porter <[EMAIL PROTECTED]> 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.maven.org   down
> unexpectedly? If this is a scheduled outage, where can I get information
on
> planned downtime in the future?
>
>
>
> Regards,
>
>
>
> Raymond Ritz
>
>
>
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
-Gautham Pamu


Re: repo down?

2006-05-16 Thread Brett Porter

I'm fixing this on the repo right now.

- Brett

On 5/16/06, Mark Diggory <[EMAIL PROTECTED]> wrote:

Can anyone clearly detail what I have to do to "point" ibiblio or
another mirror instead of codehaus containing these snapshots mvn is
attempting to download when I run "mvn site"? Answer the question as
if I've no previous experience with maven

Caused by:
org.apache.maven.artifact.resolver.ArtifactResolutionException: Error
transferring file
   org.apache.maven.doxia:doxia:pom:1.0-alpha-8

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
   snapshots (http://snapshots.maven.codehaus.org/maven2)

-Mark

On May 16, 2006, at 11:57 AM, Adam Leggett wrote:

>> In hindsight, maven-proxy would of been worth setting up.
>
> Indeed. I was able to do this today in approx 15 minutes and point
> it to ibiblio. Despite http://maven-proxy.codehaus.org/ also being
> 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.
>
> 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 losing man-days of work because
>> of this.
>>
>> Mark Diggory wrote:
>>
>>> 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 mirrors, or at least a full release of maven
>>> and/or any plugin maintained and required by maven should be full
>>> released and often, then this sort of thing wouldn't happen. Look at
>>> Eclipse and the way they organize thier updates into "integration",
>>> "stable" and "release" builds.
>>>
>>> For instance, EMF has a interim and stable update sites. This is one
>>> of the reasons I really pushed to have separate snapshot and release
>>> repositories at Apache, "product stability".
>>>
>>> -Mark
>>>
>>> p.s. there was a comment I should set up  a mirror or something
>>> crazy like that, it assumes I have some extensive knowledge of
>>> maven, which at this point with maven 2 I don't. While I understand
>>> you guys do allot of development and are focused on new features and
>>> bug fixes, it makes your product look bad to have single points of
>>> failure like this, I'm evaluating maven 2 for a project I'm now
>>> working on, this doesn't bode well in my evaluation.
>>>
>>>
>>> On May 16, 2006, at 8:25 AM, javed mandary wrote:
>>>
>>>> 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:
>>>>>
>>>>> 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 new plugin releases
>>>>> refer to artifacts only available in
>>>>> snapshots.maven.codehaus.org/maven2, our complete development
>>>>> comes to a sudden stop, because of the automated update. Please,
>>>>> make sure for such releases, that all artifacts  are available at
>>>>> ibiblio (which is at least mirrored).
>>>>>
>>>>> Who do I to tell maven not to search for updates? Neither -o nor
>>

Re: repo down?

2006-05-16 Thread Mark Diggory
Can anyone clearly detail what I have to do to "point" ibiblio or  
another mirror instead of codehaus containing these snapshots mvn is  
attempting to download when I run "mvn site"? Answer the question as  
if I've no previous experience with maven


Caused by:  
org.apache.maven.artifact.resolver.ArtifactResolutionException: Error  
transferring file

  org.apache.maven.doxia:doxia:pom:1.0-alpha-8

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
  snapshots (http://snapshots.maven.codehaus.org/maven2)

-Mark

On May 16, 2006, at 11:57 AM, Adam Leggett wrote:


In hindsight, maven-proxy would of been worth setting up.


Indeed. I was able to do this today in approx 15 minutes and point  
it to ibiblio. Despite http://maven-proxy.codehaus.org/ also being  
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.

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 losing man-days of work because
of this.

Mark Diggory wrote:


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 mirrors, or at least a full release of maven
and/or any plugin maintained and required by maven should be full
released and often, then this sort of thing wouldn't happen. Look at
Eclipse and the way they organize thier updates into "integration",
"stable" and "release" builds.

For instance, EMF has a interim and stable update sites. This is one
of the reasons I really pushed to have separate snapshot and release
repositories at Apache, "product stability".

-Mark

p.s. there was a comment I should set up  a mirror or something
crazy like that, it assumes I have some extensive knowledge of
maven, which at this point with maven 2 I don't. While I understand
you guys do allot of development and are focused on new features and
bug fixes, it makes your product look bad to have single points of
failure like this, I'm evaluating maven 2 for a project I'm now
working on, this doesn't bode well in my evaluation.


On May 16, 2006, at 8:25 AM, javed mandary wrote:


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:

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 new plugin releases
refer to artifacts only available in
snapshots.maven.codehaus.org/maven2, our complete development
comes to a sudden stop, because of the automated update. Please,
make sure for such releases, that all artifacts  are available at
ibiblio (which is at least mirrored).

Who do I to tell maven not to search for updates? Neither -o nor
-npu switches help. All needed plugins
(tomcat-maven-plugin:pom:1.0-
SNAPSHOT)
are located in my local repo.

Markus Reinhardt

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQBEaEpxTPqyj/tXZEMRAowGAKCfn8AEqNqeA/EVm66Fv53SO9PD6gCgtCzW
gzcI00BTuqBtvCIYuKuP8BA=
=lMx0
-END PGP SIGNATURE-







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




== 
=
The contents of this email are intended for the named addresses and  
may

contain confidential and/or privileged material. If received in error,
please contact UPCO head office on +44(0)113 201 0600 and then delete
the entire mail from your system. Unauthorised review, distribution,
disclosure or other use of information could constitute a breach of
confidence. Your co-operation in this matter is greatly appreciated.

Every effor

RE: repo down?

2006-05-16 Thread Adam Leggett
>In hindsight, maven-proxy would of been worth setting up.

Indeed. I was able to do this today in approx 15 minutes and point it to 
ibiblio. Despite http://maven-proxy.codehaus.org/ also being 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.

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 losing man-days of work because 
> of this.
>
> Mark Diggory wrote:
>
> > 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 mirrors, or at least a full release of maven 
> > and/or any plugin maintained and required by maven should be full 
> > released and often, then this sort of thing wouldn't happen. Look at 
> > Eclipse and the way they organize thier updates into "integration", 
> > "stable" and "release" builds.
> >
> > For instance, EMF has a interim and stable update sites. This is one 
> > of the reasons I really pushed to have separate snapshot and release 
> > repositories at Apache, "product stability".
> >
> > -Mark
> >
> > p.s. there was a comment I should set up  a mirror or something 
> > crazy like that, it assumes I have some extensive knowledge of 
> > maven, which at this point with maven 2 I don't. While I understand 
> > you guys do allot of development and are focused on new features and 
> > bug fixes, it makes your product look bad to have single points of 
> > failure like this, I'm evaluating maven 2 for a project I'm now 
> > working on, this doesn't bode well in my evaluation.
> >
> >
> > On May 16, 2006, at 8:25 AM, javed mandary wrote:
> >
> >> 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:
> >>>
> >>> 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 new plugin releases 
> >>> refer to artifacts only available in 
> >>> snapshots.maven.codehaus.org/maven2, our complete development 
> >>> comes to a sudden stop, because of the automated update. Please, 
> >>> make sure for such releases, that all artifacts  are available at 
> >>> ibiblio (which is at least mirrored).
> >>>
> >>> Who do I to tell maven not to search for updates? Neither -o nor 
> >>> -npu switches help. All needed plugins 
> >>> (tomcat-maven-plugin:pom:1.0-
> >>> SNAPSHOT)
> >>> are located in my local repo.
> >>>
> >>> Markus Reinhardt
> >>>
> >>> -BEGIN PGP SIGNATURE-
> >>> Version: GnuPG v1.4.3 (GNU/Linux)
> >>>
> >>> iD8DBQBEaEpxTPqyj/tXZEMRAowGAKCfn8AEqNqeA/EVm66Fv53SO9PD6gCgtCzW
> >>> gzcI00BTuqBtvCIYuKuP8BA=
> >>> =lMx0
> >>> -END PGP SIGNATURE-
> >>>
> >>>
> >>>
> >
> >
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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 losing man-days of work because of this.

Mark Diggory wrote:

> 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 mirrors, or at least a full release of maven and/or
> any plugin maintained and required by maven should be full released
> and often, then this sort of thing wouldn't happen. Look at Eclipse
> and the way they organize thier updates into "integration", "stable"
> and "release" builds.
>
> For instance, EMF has a interim and stable update sites. This is one
> of the reasons I really pushed to have separate snapshot and release
> repositories at Apache, "product stability".
>
> -Mark
>
> p.s. there was a comment I should set up  a mirror or something crazy
> like that, it assumes I have some extensive knowledge of maven, which
> at this point with maven 2 I don't. While I understand you guys do
> allot of development and are focused on new features and bug fixes,
> it makes your product look bad to have single points of failure like
> this, I'm evaluating maven 2 for a project I'm now working on, this
> doesn't bode well in my evaluation.
>
>
> On May 16, 2006, at 8:25 AM, javed mandary wrote:
>
>> 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:
>>>
>>> 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 new plugin releases refer to artifacts only
>>> available in snapshots.maven.codehaus.org/maven2, our complete
>>> development comes to a sudden stop, because of the automated
>>> update. Please, make sure for such releases, that all artifacts  are
>>> available at ibiblio (which is at least mirrored).
>>>
>>> Who do I to tell maven not to search for updates? Neither -o nor -npu
>>> switches help. All needed plugins (tomcat-maven-plugin:pom:1.0-
>>> SNAPSHOT)
>>> are located in my local repo.
>>>
>>> Markus Reinhardt
>>>
>>> -BEGIN PGP SIGNATURE-
>>> Version: GnuPG v1.4.3 (GNU/Linux)
>>>
>>> iD8DBQBEaEpxTPqyj/tXZEMRAowGAKCfn8AEqNqeA/EVm66Fv53SO9PD6gCgtCzW
>>> gzcI00BTuqBtvCIYuKuP8BA=
>>> =lMx0
>>> -END PGP SIGNATURE-
>>>
>>>
>>>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 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 mirrors, or at least a full release of maven and/or  
any plugin maintained and required by maven should be full released  
and often, then this sort of thing wouldn't happen. Look at Eclipse  
and the way they organize thier updates into "integration", "stable"  
and "release" builds.


For instance, EMF has a interim and stable update sites. This is one  
of the reasons I really pushed to have separate snapshot and release  
repositories at Apache, "product stability".


-Mark

p.s. there was a comment I should set up  a mirror or something crazy  
like that, it assumes I have some extensive knowledge of maven, which  
at this point with maven 2 I don't. While I understand you guys do  
allot of development and are focused on new features and bug fixes,  
it makes your product look bad to have single points of failure like  
this, I'm evaluating maven 2 for a project I'm now working on, this  
doesn't bode well in my evaluation.



On May 16, 2006, at 8:25 AM, javed mandary wrote:


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:

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 new plugin releases refer to artifacts only  
available in snapshots.maven.codehaus.org/maven2, our complete  
development comes to a sudden stop, because of the automated  
update. Please, make sure for such releases, that all artifacts  are 
available at ibiblio (which is at least mirrored).


Who do I to tell maven not to search for updates? Neither -o nor -npu
switches help. All needed plugins (tomcat-maven-plugin:pom:1.0- 
SNAPSHOT)

are located in my local repo.

Markus Reinhardt

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQBEaEpxTPqyj/tXZEMRAowGAKCfn8AEqNqeA/EVm66Fv53SO9PD6gCgtCzW
gzcI00BTuqBtvCIYuKuP8BA=
=lMx0
-END PGP SIGNATURE-






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 mirrors, or at least a full release of maven and/or  
any plugin maintained and required by maven should be full released  
and often, then this sort of thing wouldn't happen. Look at Eclipse  
and the way they organize thier updates into "integration", "stable"  
and "release" builds.


For instance, EMF has a interim and stable update sites. This is one  
of the reasons I really pushed to have separate snapshot and release  
repositories at Apache, "product stability".


-Mark

p.s. there was a comment I should set up  a mirror or something crazy  
like that, it assumes I have some extensive knowledge of maven, which  
at this point with maven 2 I don't. While I understand you guys do  
allot of development and are focused on new features and bug fixes,  
it makes your product look bad to have single points of failure like  
this, I'm evaluating maven 2 for a project I'm now working on, this  
doesn't bode well in my evaluation.



On May 16, 2006, at 8:25 AM, javed mandary wrote:


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:

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 new plugin releases refer to artifacts only  
available in snapshots.maven.codehaus.org/maven2, our complete  
development comes to a sudden stop, because of the automated  
update. Please, make sure for such releases, that all artifacts  
are available at ibiblio (which is at least mirrored).


Who do I to tell maven not to search for updates? Neither -o nor -npu
switches help. All needed plugins (tomcat-maven-plugin:pom:1.0- 
SNAPSHOT)

are located in my local repo.

Markus Reinhardt

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQBEaEpxTPqyj/tXZEMRAowGAKCfn8AEqNqeA/EVm66Fv53SO9PD6gCgtCzW
gzcI00BTuqBtvCIYuKuP8BA=
=lMx0
-END PGP SIGNATURE-






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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:

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 new plugin releases refer to artifacts only available in 
snapshots.maven.codehaus.org/maven2, our complete development comes to a sudden 
stop, because of the automated update. Please, make sure for such releases, 
that all artifacts are available at ibiblio (which is at least mirrored).

Who do I to tell maven not to search for updates? Neither -o nor -npu
switches help. All needed plugins (tomcat-maven-plugin:pom:1.0-SNAPSHOT)
are located in my local repo.

Markus Reinhardt

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQBEaEpxTPqyj/tXZEMRAowGAKCfn8AEqNqeA/EVm66Fv53SO9PD6gCgtCzW
gzcI00BTuqBtvCIYuKuP8BA=
=lMx0
-END PGP SIGNATURE-





Re: RE : repo down?

2006-05-16 Thread Julien Henry


Just replace 6.0.0beta12 by 
6.0.0beta15 in 
.m2\repository\org\apache\maven\plugins\maven-site-plugin\2.0-beta-5\maven-site-plugin-2.0-beta-5.pom


The reference to http://snapshots.maven.codehaus.org/maven2 was removed 
in beta 15.


++
Julien

Borut Bolčina a écrit :
This hack works, but not all the way! There is another reference to 
http://snapshots.maven.codehaus.org/maven2 in 
.m2\repository\org\mortbay\jetty\jetty\6.0.0beta12\jetty-6.0.0beta12.pom



   
 snapshots
 http://snapshots.maven.codehaus.org/maven2
   
 

but jetty-6.0.0beta12.jar did not make it to ibiblio yet. Does anybody 
has this jar?


Is this to be reported too?

Regards,
Borut

Olivier Lamy pravi:

Try the hack, add this in your settings.xml


snapshots
snapshots codehaus hack
snapshots codehaus hack
http://www.ibiblio.org/maven2/


It's a temporary solution. (not tested but AFAIK should work because 
doxia-site-renderer-1.0-alpha-8 is a release and all needed artifacts 
must be in ibiblio).


Perso, I have made :
  
snapshots
proxy maven2 snapshots
http://${ip}:${port}/maven-proxy-snapshots/maven2/
  

http://${ip}:${port}/maven-proxy-snapshots/maven2/ is a internal 
corporate maven-proxy wich 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: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 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?

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.apache.maven.plugins
maven-site-plugin
2.0-beta-1
   
 
Xavier


 Message d'origine De: Emmanuel Venisse 
[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:
>
>>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 new plugin releases refer to artifacts only 
available in snapshots.maven.codehaus.org/maven2, our complete 
development comes to a sudden stop, because of the automated update. 
Please, make sure for such releases, that all artifacts are 
available at ibiblio (which is at least mirrored).

>>
> Who do I to tell maven not to search for updates? Neither -o 
nor -npu
> switches help. All needed plugins 
(tomcat-maven-plugin:pom:1.0-SNAPSHOT)

> are located in my local repo.

You should add never in

repository definition in your pom or in a profile.

http://maven.apache.org/ref/current/maven-model/maven.html#cla

ss_snapshots

Emmanuel



-

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



This e-mail, any attachments and the information contained therein 
("this message") are confidential and intended solely for the use of 
the addressee(s). If you have received this message in error please 
send it back to the sender and delete it. Unauthorized publication, 
use, dissemination or disclosure of this message, either in whole or 
in part is strictly prohibited.
-- 

Ce message électronique et tous les fichiers joints ainsi que  les 
informations contenues dans ce message ( ci après "le message" ), 
sont confidentiels et destinés exclusivement à l'usage de la  
personne à laquelle ils sont adressés. Si vous avez reçu ce message 
par erreur, merci  de le renvoyer à son émetteur et de le détruire. 

RE: repo down?

2006-05-15 Thread Jörg Schaible
Wayne Fay wrote on Monday, May 15, 2006 4:17 PM:

> This is a bug/mistake. Please file a JIRA bug under MEV (Maven
> Evangelism) so it can be repaired.
> 
> Published artifacts should not depend on snapshot repos & artifacts.

Well, I make only use of a view plugins yet, but if I grep through the POMs of 
the maven plugins in my local repo, I have *a lot* of them referencing repos 
snapshot or plugins-snapshot. And even if I overwrite these repos in my super 
POM it does not help at all, since these POMs will simple redefine them. Only 
adding mirror entries to the settings does help.

- Jörg

> 
> Wayne
> 
> On 5/15/06, Weichsel, Ingo <[EMAIL PROTECTED]> wrote:
>> 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 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?
>>> 
>>> 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.apache.maven.plugins
>>> maven-site-plugin
>>> 2.0-beta-1
>>>
>>> 
>>> Xavier
>>> 
>>>    Message d'origine
>>>   De: Emmanuel Venisse [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:  
>>>   > >>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 new plugin releases
>>> refer to artifacts 
>>> only available in snapshots.maven.codehaus.org/maven2, our
>>> complete development comes to a sudden stop, because of the
>>> automated update. Please, make sure for such releases, that
>>> all artifacts are available at ibiblio (which is at least
>>>   mirrored).   >> > Who do I to tell maven not to search
>>> for updates? 
>>> Neither -o nor -npu
>>>   > switches help. All needed plugins
>>> (tomcat-maven-plugin:pom:1.0-SNAPSHOT)
>>>   > are located in my local repo.
>>> 
>>>   You should add never in
>>> repository definition in your pom or in a profile.
>>> 
>>> http://maven.apache.org/ref/current/maven-model/maven.html#cla
>>> ss_snapshots 
>>> 
>>>   Emmanuel
>>> 
>>> 
>>> 
>>> 
> -
>>>   To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>   For additional commands, e-mail: [EMAIL PROTECTED]
>>> 
>>> 
>>> 
>>> 
>> 
>> 
> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]


Re: RE : repo down?

2006-05-15 Thread Brett Porter

My apologies about the site plugin, I will look into adding a check to
the release plugin to prevent that in future.

As soon as the hardware outage is over, I will fix the doxia problem.

The Jetty problem should be referred to the Jetty team (they are a
codehaus project).

- Brett

On 5/15/06, Borut Bolčina <[EMAIL PROTECTED]> wrote:

This hack works, but not all the way! There is another reference to
http://snapshots.maven.codehaus.org/maven2 in
.m2\repository\org\mortbay\jetty\jetty\6.0.0beta12\jetty-6.0.0beta12.pom



  snapshots
  http://snapshots.maven.codehaus.org/maven2

  

but jetty-6.0.0beta12.jar did not make it to ibiblio yet. Does anybody
has this jar?

Is this to be reported too?

Regards,
Borut

Olivier Lamy pravi:
> Try the hack, add this in your settings.xml
>
>   
>   snapshots
>   snapshots codehaus hack
>   snapshots codehaus hack
>   http://www.ibiblio.org/maven2/
>   
>
> It's a temporary solution. (not tested but AFAIK should work because 
doxia-site-renderer-1.0-alpha-8 is a release and all needed artifacts must be in 
ibiblio).
>
> Perso, I have made :
>   
> snapshots
> proxy maven2 snapshots
> http://${ip}:${port}/maven-proxy-snapshots/maven2/
>   
>
> http://${ip}:${port}/maven-proxy-snapshots/maven2/ is a internal corporate 
maven-proxy wich 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: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 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?
>>
>> 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.apache.maven.plugins
>>     maven-site-plugin
>> 2.0-beta-1
>>
>>
>> Xavier
>>
>>   Message d'origine
>>  De: Emmanuel Venisse [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:
>>  >
>>  >>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 new plugin releases refer to artifacts
>> only available in snapshots.maven.codehaus.org/maven2, our
>> complete development comes to a sudden stop, because of the
>> automated update. Please, make sure for such releases, that
>> all artifacts are available at ibiblio (which is at least mirrored).
>>  >>
>>  > Who do I to tell maven not to search for updates?
>> Neither -o nor -npu
>>  > switches help. All needed plugins
>> (tomcat-maven-plugin:pom:1.0-SNAPSHOT)
>>  > are located in my local repo.
>>
>>  You should add never in
>> repository definition in your pom or in a profile.
>>
>> http://maven.apache.org/ref/current/maven-model/maven.html#cla
>> ss_snapshots
>>
>>  Emmanuel
>>
>>
>>
>> -
>>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>>  For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>>
>>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For a

Re: RE : repo down?

2006-05-15 Thread Borut Bolčina
This hack works, but not all the way! There is another reference to 
http://snapshots.maven.codehaus.org/maven2 in 
.m2\repository\org\mortbay\jetty\jetty\6.0.0beta12\jetty-6.0.0beta12.pom



   
 snapshots
 http://snapshots.maven.codehaus.org/maven2
   
 

but jetty-6.0.0beta12.jar did not make it to ibiblio yet. Does anybody 
has this jar?


Is this to be reported too?

Regards,
Borut

Olivier Lamy pravi:

Try the hack, add this in your settings.xml


snapshots
snapshots codehaus hack
snapshots codehaus hack
http://www.ibiblio.org/maven2/


It's a temporary solution. (not tested but AFAIK should work because 
doxia-site-renderer-1.0-alpha-8 is a release and all needed artifacts must be 
in ibiblio).

Perso, I have made :
  
snapshots
proxy maven2 snapshots
http://${ip}:${port}/maven-proxy-snapshots/maven2/
  

http://${ip}:${port}/maven-proxy-snapshots/maven2/ is a internal corporate 
maven-proxy wich 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: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 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?

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.apache.maven.plugins
maven-site-plugin
2.0-beta-1
   
 
Xavier


	 Message d'origine 
	De: Emmanuel Venisse [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:
>
>>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 new plugin releases refer to artifacts 
only available in snapshots.maven.codehaus.org/maven2, our 
complete development comes to a sudden stop, because of the 
automated update. Please, make sure for such releases, that 
all artifacts are available at ibiblio (which is at least mirrored).

>>
	> Who do I to tell maven not to search for updates? 
Neither -o nor -npu
	> switches help. All needed plugins 
(tomcat-maven-plugin:pom:1.0-SNAPSHOT)

> are located in my local repo.

You should add never in
repository definition in your pom or in a profile.

http://maven.apache.org/ref/current/maven-model/maven.html#cla
ss_snapshots

Emmanuel



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



This e-mail, any attachments and the information contained therein ("this 
message") are confidential and intended solely for the use of the addressee(s). If 
you have received this message in error please send it back to the sender and delete it. 
Unauthorized publication, use, dissemination or disclosure of this message, either in 
whole or in part is strictly prohibited.
--
Ce message électronique et tous les fichiers joints ainsi que  les informations contenues 
dans ce message ( ci après "le message" ), sont confidentiels et destinés 
exclusivement à l'usage de la  personne à laquelle ils sont adressés. Si vous avez reçu 
ce message par erreur, merci  de le renvoyer à son émetteur et de le détruire. Toutes 
diffusion, publication, totale ou partielle ou divulgation sous quelque forme que se soit 
non expressément autorisées de ce message, sont interdites.
--

Re: repo down?

2006-05-15 Thread Borut Bolčina

Hi,

I reported this as *MEV-393 <http://jira.codehaus.org/browse/MEV-393> *

http://snapshots.maven.codehaus.org/maven2 is still down :-(

bye,
Borut

Wayne Fay pravi:

This is a bug/mistake. Please file a JIRA bug under MEV (Maven
Evangelism) so it can be repaired.

Published artifacts should not depend on snapshot repos & artifacts.

Wayne

On 5/15/06, Weichsel, Ingo <[EMAIL PROTECTED]> wrote:

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 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?
>
> 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.apache.maven.plugins
> maven-site-plugin
> 2.0-beta-1
>
>
> Xavier
>
>    Message d'origine
>   De: Emmanuel Venisse [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:
>   >
>   >>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 new plugin releases refer to artifacts
> only available in snapshots.maven.codehaus.org/maven2, our
> complete development comes to a sudden stop, because of the
> automated update. Please, make sure for such releases, that
> all artifacts are available at ibiblio (which is at least mirrored).
>   >>
>   > Who do I to tell maven not to search for updates?
> Neither -o nor -npu
>   > switches help. All needed plugins
> (tomcat-maven-plugin:pom:1.0-SNAPSHOT)
>   > are located in my local repo.
>
>   You should add never in
> repository definition in your pom or in a profile.
>
> http://maven.apache.org/ref/current/maven-model/maven.html#cla
> ss_snapshots
>
>   Emmanuel
>
>
>
> -
>   To unsubscribe, e-mail: [EMAIL PROTECTED]
>   For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: repo down?

2006-05-15 Thread Wayne Fay

This is a bug/mistake. Please file a JIRA bug under MEV (Maven
Evangelism) so it can be repaired.

Published artifacts should not depend on snapshot repos & artifacts.

Wayne

On 5/15/06, Weichsel, Ingo <[EMAIL PROTECTED]> wrote:

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 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?
>
> 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.apache.maven.plugins
> maven-site-plugin
> 2.0-beta-1
>
>
> Xavier
>
>    Message d'origine
>   De: Emmanuel Venisse [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:
>   >
>   >>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 new plugin releases refer to artifacts
> only available in snapshots.maven.codehaus.org/maven2, our
> complete development comes to a sudden stop, because of the
> automated update. Please, make sure for such releases, that
> all artifacts are available at ibiblio (which is at least mirrored).
>   >>
>   > Who do I to tell maven not to search for updates?
> Neither -o nor -npu
>   > switches help. All needed plugins
> (tomcat-maven-plugin:pom:1.0-SNAPSHOT)
>   > are located in my local repo.
>
>   You should add never in
> repository definition in your pom or in a profile.
>
> http://maven.apache.org/ref/current/maven-model/maven.html#cla
> ss_snapshots
>
>   Emmanuel
>
>
>
> -
>   To unsubscribe, e-mail: [EMAIL PROTECTED]
>   For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 then maven complains about not finding the POM for '/openlaszlo/batik-svggen/lps-3.2/batik-svggen-lps-3.2.pom' which is in fact something I made up to integrate OpenLaszlo in the Maven build. 

Maven never tried to download this POM because it always was and still is in my harddisk repo. It's just a placeholder anyway. Is there any possible way to make maven simply use the existing and working plugins??

Shame on me... I didn't notice, that I had su'd to the root account while trying to build the webapp 

Well it's Monday alright ... 




signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


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 *your* repo list means ... well, nothing ;-)

> You are using snapshot versions?

No.

> 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 everyone
> is working
> with exactly the same build. Then have someone check the announcements
> list to upgrade and test new plugins as they are released.

If all dependent artifacts are on ibiblio, this is not a necessity (depends on 
your development policy).

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE : repo down?

2006-05-15 Thread Olivier Lamy
Try the hack, add this in your settings.xml


snapshots
snapshots codehaus hack
snapshots codehaus hack
http://www.ibiblio.org/maven2/


It's a temporary solution. (not tested but AFAIK should work because 
doxia-site-renderer-1.0-alpha-8 is a release and all needed artifacts must be 
in ibiblio).

Perso, I have made :
  
snapshots
proxy maven2 snapshots
http://${ip}:${port}/maven-proxy-snapshots/maven2/
  

http://${ip}:${port}/maven-proxy-snapshots/maven2/ is a internal corporate 
maven-proxy wich 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: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 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?
> 
> 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.apache.maven.plugins
> maven-site-plugin
> 2.0-beta-1
>
>  
> Xavier
> 
>    Message d'origine 
>   De: Emmanuel Venisse [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:
>   >
>   >>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 new plugin releases refer to artifacts 
> only available in snapshots.maven.codehaus.org/maven2, our 
> complete development comes to a sudden stop, because of the 
> automated update. Please, make sure for such releases, that 
> all artifacts are available at ibiblio (which is at least mirrored).
>   >>
>   > Who do I to tell maven not to search for updates? 
> Neither -o nor -npu
>   > switches help. All needed plugins 
> (tomcat-maven-plugin:pom:1.0-SNAPSHOT)
>   > are located in my local repo.
>   
>   You should add never in
> repository definition in your pom or in a profile.
>   
> http://maven.apache.org/ref/current/maven-model/maven.html#cla
> ss_snapshots
>   
>   Emmanuel
>   
>   
>   
> -
>   To unsubscribe, e-mail: [EMAIL PROTECTED]
>   For additional commands, e-mail: [EMAIL PROTECTED]
>   
>   
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



This e-mail, any attachments and the information contained therein ("this 
message") are confidential and intended solely for the use of the addressee(s). 
If you have received this message in error please send it back to the sender 
and delete it. Unauthorized publication, use, dissemination or disclosure of 
this message, either in whole or in part is strictly prohibited.
--
Ce message électronique et tous les fichiers joints ainsi que  les informations 
contenues dans ce message ( ci après "le message" ), sont confidentiels et 
destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. 
Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur 
et de le détruire. Toutes diffusion, publication, totale ou partielle ou 
divulgation sous quelque forme que se soit non expressément autorisées de ce 
message, sont interdites.
-


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: repo down?

2006-05-15 Thread Weichsel, Ingo
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 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?
> 
> 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.apache.maven.plugins
> maven-site-plugin
> 2.0-beta-1
>
>  
> Xavier
> 
>    Message d'origine 
>   De: Emmanuel Venisse [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:
>   >
>   >>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 new plugin releases refer to artifacts 
> only available in snapshots.maven.codehaus.org/maven2, our 
> complete development comes to a sudden stop, because of the 
> automated update. Please, make sure for such releases, that 
> all artifacts are available at ibiblio (which is at least mirrored).
>   >>
>   > Who do I to tell maven not to search for updates? 
> Neither -o nor -npu
>   > switches help. All needed plugins 
> (tomcat-maven-plugin:pom:1.0-SNAPSHOT)
>   > are located in my local repo.
>   
>   You should add never in 
> repository definition in your pom or in a profile.
>   
> http://maven.apache.org/ref/current/maven-model/maven.html#cla
> ss_snapshots
>   
>   Emmanuel
>   
>   
>   
> -
>   To unsubscribe, e-mail: [EMAIL PROTECTED]
>   For additional commands, e-mail: [EMAIL PROTECTED]
>   
>   
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.
>>> 
>>> 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 new plugin releases refer to artifacts only available in snapshots.maven.codehaus.org/maven2, our complete development comes to a sudden stop, because of the automated update. Please, make sure for such releases, that all artifacts are available at ibiblio (which is at least mirrored).
>>
> Who do I to tell maven not to search for updates? Neither -o nor -npu 
> switches help. All needed plugins (tomcat-maven-plugin:pom:1.0-SNAPSHOT) 
> are located in my local repo.

You should add never in repository definition in your pom or in a profile.
http://maven.apache.org/ref/current/maven-model/maven.html#class_snapshots

Emmanuel


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 then maven complains about not finding the POM for '/openlaszlo/batik-svggen/lps-3.2/batik-svggen-lps-3.2.pom' which is in fact something I made up to integrate OpenLaszlo in the Maven build. 

Maven never tried to download this POM because it always was and still is in my harddisk repo. It's just a placeholder anyway. Is there any possible way to make maven simply use the existing and working plugins??

Thanks,
Markus




signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Re : Re: repo down?

2006-05-15 Thread Emmanuel Venisse
yes, it's a little problem on filesystem codehaus server, so snapshots repo and repo1.maven.org 
won't work until the problem is resolved.


Emmanuel

langlois yan a écrit :

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?

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 new plugin releases refer to artifacts only available in 
snapshots.maven.codehaus.org/maven2, our complete development comes to a sudden 
stop, because of the automated update. Please, make sure for such releases, 
that all artifacts are available at ibiblio (which is at least mirrored).

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE : repo down?

2006-05-15 Thread Xavier Frisaye
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.apache.maven.plugins
maven-site-plugin
2.0-beta-1
   
 
Xavier

 Message d'origine 
De: Emmanuel Venisse [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:
>
>>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 new plugin releases refer to artifacts only available 
in snapshots.maven.codehaus.org/maven2, our complete development comes to a 
sudden stop, because of the automated update. Please, make sure for such 
releases, that all artifacts are available at ibiblio (which is at least 
mirrored).
>>
> Who do I to tell maven not to search for updates? Neither -o nor -npu
> switches help. All needed plugins 
(tomcat-maven-plugin:pom:1.0-SNAPSHOT)
> are located in my local repo.

You should add never in repository 
definition in your pom or in a profile.

http://maven.apache.org/ref/current/maven-model/maven.html#class_snapshots

Emmanuel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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 everyone is working 
with exactly the same build. Then have someone check the announcements 
list to upgrade and test new plugins as they are released.


Jörg Schaible 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/guide-mirror-settings.html

Yes, it's down. Unscheduled, and beyond our control, sorry.


But, since the new plugin releases refer to artifacts only available in 
snapshots.maven.codehaus.org/maven2, our complete development comes to a sudden 
stop, because of the automated update. Please, make sure for such releases, 
that all artifacts are available at ibiblio (which is at least mirrored).

- Jörg


--
With kind regards,
Geoffrey De Smet


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.html

Yes, it's down. Unscheduled, and beyond our control, sorry.


But, since the new plugin releases refer to artifacts only available in 
snapshots.maven.codehaus.org/maven2, our complete development comes to a sudden 
stop, because of the automated update. Please, make sure for such releases, 
that all artifacts are available at ibiblio (which is at least mirrored).

Who do I to tell maven not to search for updates? Neither -o nor -npu 
switches help. All needed plugins (tomcat-maven-plugin:pom:1.0-SNAPSHOT) 
are located in my local repo.


You should add never in repository definition in 
your pom or in a profile.
http://maven.apache.org/ref/current/maven-model/maven.html#class_snapshots

Emmanuel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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?

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 new plugin releases refer to artifacts only available in 
snapshots.maven.codehaus.org/maven2, our complete development comes to a sudden 
stop, because of the automated update. Please, make sure for such releases, 
that all artifacts are available at ibiblio (which is at least mirrored).

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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's down. Unscheduled, and beyond our control, sorry.

But, since the new plugin releases refer to artifacts only available in snapshots.maven.codehaus.org/maven2, our complete development comes to a sudden stop, because of the automated update. Please, make sure for such releases, that all artifacts are available at ibiblio (which is at least mirrored).



Who do I to tell maven not to search for updates? Neither -o nor -npu switches help. All needed plugins (tomcat-maven-plugin:pom:1.0-SNAPSHOT) are located in my local repo.

Markus Reinhardt




signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


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/guide-mirror-settings.html
>>
>> Yes, it's down. Unscheduled, and beyond our control, sorry.

But, since the new plugin releases refer to artifacts only available in 
snapshots.maven.codehaus.org/maven2, our complete development comes to a sudden 
stop, because of the automated update. Please, make sure for such releases, 
that all artifacts are available at ibiblio (which is at least mirrored).

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 new plugin releases refer to artifacts only available in 
snapshots.maven.codehaus.org/maven2, our complete development comes to a sudden 
stop, because of the automated update. Please, make sure for such releases, 
that all artifacts are available at ibiblio (which is at least mirrored).

- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.maven.org   down
unexpectedly? If this is a scheduled outage, where can I get 
information on

planned downtime in the future?



Regards,



Raymond Ritz







--
With kind regards,
Geoffrey De Smet


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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, where can I get information on
planned downtime in the future?



Regards,



Raymond Ritz







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]