hello all,
  today in running maven on my project i got followign error

[INFO] Using default encoding to copy filtered resources.
Downloading:
http://cvs.apache.org/maven-snapshot-repository/org/codehaus/plexus
/plexus-components/1.1.5/plexus-components-1.1.5.pom
[WARNING] Unable to get resource from repository apache.snapshots (
http://cvs.ap
ache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components
/1.1.5/plexus-components-1.1.5.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org
/maven2)
[INFO]
-------------------------------------------------------------------------
---
[ERROR] BUILD ERROR
[INFO]
-------------------------------------------------------------------------
---
[INFO] Failed to resolve artifact.

GroupId: org.codehaus.plexus
ArtifactId: plexus-components
Version: 1.1.5

Reason: Unable to download the artifact from any repository

  org.codehaus.plexus:plexus-components:pom:1.1.5

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


anyone knows why? are there any worarounds?

i m running maven with surefire plugin...

thanks and regards
 marco

Reply via email to