I've had similar problems at times. ibiblio is very heavily used during the day by millions of people around the world. Sometimes http requests and downloads will time-out completely.
Add some of the Maven mirrors to your pom.xml, so you can at least download the artifacts etc from another site when ibiblio is giving you problems. Wayne On 3/6/06, Brad O'Hearne <[EMAIL PROTECTED]> wrote: > I periodically have unexplained maven crashes for no apparent reason. > I'll run a mvn compile, and it will be unable to locate a dependency > (generally associated with ibiblio), and then 5 minutes later, I'll try > the exact same thing, with no changes, and it will succeed. The flavor > of the day for me is this: > > [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: > checking for up > dates from central > [WARNING] repository metadata for: 'artifact > org.apache.maven.plugins:maven-reso > urces-plugin' could not be retrieved from repository: central due to an > error: E > rror transferring file > [INFO] Repository 'central' will be blacklisted > [INFO] > ------------------------------------------------------------------------- > --- > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------- > --- > [INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does > not exi > st or no valid version could be found > [INFO] > ------------------------------------------------------------------------- > --- > > What gives? Is this an ibiblio problem, is it common, and in general is > ibiblio flaky? > > 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]
