Wayne,

Thanks for the reply. I don't think this is a timeout, I think there's another problem. Here's the bulk of the output -- it looks like it is indicating something else -- this isn't a data transfer error. It cannot resolve the artifact. If it were a timeout, I would expect it to sometimes bomb on this plugin, and sometimes on another one. In additon, this fails immediately -- there is no waiting, as if there were data transmission or timing out issues. I'm curious as to what the line "Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata." means. That seems to indicate some other problem.

Any ideas? Weird that this would start happening without any changes at all.

output beelow:

$ mvn -U compile
[INFO] Scanning for projects...
[INFO] -------------------------------------------------------------------------
---
[INFO] Building Maven Quick Start Archetype
[INFO]    task-segment: [compile]
[INFO] -------------------------------------------------------------------------
---
[INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for up
dates from central
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for upd
ates from central
[INFO] -------------------------------------------------------------------------
---
[ERROR] BUILD ERROR
[INFO] -------------------------------------------------------------------------
---
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-compiler-plugin

Reason: Error getting POM for 'org.apache.maven.plugins:maven-compiler-plugin' f rom the repository: Failed to resolve artifact, possibly due to a repository lis
t that is not appropriately equipped for this artifact's metadata.
 org.apache.maven.plugins:maven-compiler-plugin:pom:2.0.1-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2)





Wayne Fay wrote:

Try mvn --offline. Looks like ibiblio is timing out, and your build is
failing since it can't check for updates to the snapshot for
maven-compiler-plugin.

Wayne


On 3/6/06, Brad O'Hearne <[EMAIL PROTECTED]> wrote:
I am having a sudden problem simply compiling with maven -- no changes
to my pom.xml, and it worked just fine last night. Here is my error:

[ERROR] BUILD ERROR
[INFO]
-------------------------------------------------------------------------
---
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-compiler-plugin

Reason: Error getting POM for
'org.apache.maven.plugins:maven-compiler-plugin' f
rom the repository: Failed to resolve artifact, possibly due to a
repository lis
t that is not appropriately equipped for this artifact's metadata.
org.apache.maven.plugins:maven-compiler-plugin:pom:2.0.1-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2)

What does this error mean? Is there a problem on ibiblio?

Brad

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

Reply via email to