You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Russ Tremain <Ru...@Sun.COM> on 2006/09/07 19:07:20 UTC

[m2] all our builds are failing...

we are using a mirror to ibiblio, and have been having this error since
yesterday:

GroupId: org.apache.maven.plugins
ArtifactId: maven-plugins
Version: 3

Reason: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-plugins:pom:3

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

does anyone know what is going on?

If I switch to ibiblio, then we can get this pom, but it is not
getting picked up by the mirrors.

the ibiblio site is normally useless to us because it is so overloaded.

tia,
-Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] all our builds are failing...

Posted by Russ Tremain <Ru...@Sun.COM>.
thanks, that worked.  normally we have had good luck with
sunsite.dk, but it is still out of sync after 24 hours.

-Russ

At 8:01 PM +0200 9/7/06, Emmanuel Venisse wrote:
>The pom is available at repo1.maven.org : http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/3/maven-plugins-3.pom
>
>ibiblio is the first mirror of repo1.maven.org
>
>Emmanuel
>
>Russ Tremain a écrit :
>>we are using a mirror to ibiblio, and have been having this error since
>>yesterday:
>>
>>GroupId: org.apache.maven.plugins
>>ArtifactId: maven-plugins
>>Version: 3
>>
>>Reason: Unable to download the artifact from any repository
>>
>>  org.apache.maven.plugins:maven-plugins:pom:3
>>
>>from the specified remote repositories:
>>  central (http://repo1.maven.org/maven2),
>>  maven-snapshots (http://cvs.apache.org/maven-snapshot-repository),
>>  codehaus-snapshots (http://snapshots.repository.codehaus.org/)
>>
>>does anyone know what is going on?
>>
>>If I switch to ibiblio, then we can get this pom, but it is not
>>getting picked up by the mirrors.
>>
>>the ibiblio site is normally useless to us because it is so overloaded.
>>
>>tia,
>>-Russ
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] all our builds are failing...

Posted by Emmanuel Venisse <em...@venisse.net>.
The pom is available at repo1.maven.org : 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/3/maven-plugins-3.pom

ibiblio is the first mirror of repo1.maven.org

Emmanuel

Russ Tremain a écrit :
> we are using a mirror to ibiblio, and have been having this error since
> yesterday:
> 
> GroupId: org.apache.maven.plugins
> ArtifactId: maven-plugins
> Version: 3
> 
> Reason: Unable to download the artifact from any repository
> 
>   org.apache.maven.plugins:maven-plugins:pom:3
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   maven-snapshots (http://cvs.apache.org/maven-snapshot-repository),
>   codehaus-snapshots (http://snapshots.repository.codehaus.org/)
> 
> does anyone know what is going on?
> 
> If I switch to ibiblio, then we can get this pom, but it is not
> getting picked up by the mirrors.
> 
> the ibiblio site is normally useless to us because it is so overloaded.
> 
> tia,
> -Russ
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] all our builds are failing...

Posted by Geoffrey De Smet <ge...@gmail.com>.
To avoid this, it's best to lock down your plugin versions and upgrade 
them as you are able to test changes to the build.

<plugin>
<groupId>...
<artifactId>...
<version>2.0-beta5</version>
...

Russ Tremain wrote, On 2006-09-07 7:07 PM:
> we are using a mirror to ibiblio, and have been having this error since
> yesterday:
> 
> GroupId: org.apache.maven.plugins
> ArtifactId: maven-plugins
> Version: 3
> 
> Reason: Unable to download the artifact from any repository
> 
>   org.apache.maven.plugins:maven-plugins:pom:3
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   maven-snapshots (http://cvs.apache.org/maven-snapshot-repository),
>   codehaus-snapshots (http://snapshots.repository.codehaus.org/)
> 
> does anyone know what is going on?
> 
> If I switch to ibiblio, then we can get this pom, but it is not
> getting picked up by the mirrors.
> 
> the ibiblio site is normally useless to us because it is so overloaded.
> 
> tia,
> -Russ

-- 
With kind regards,
Geoffrey De Smet


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org