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]
