>From this morning, when I try to run "mvn install", maven try to update plugins from central repository but when arrived to "servlet-api-2.5-6.0.0beta12.jar" fails with the follow error:
[INFO] ---------------------------------------------------------------------------- [INFO] Building QWEB [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- Downloading: http://dist.codehaus.org/org.mortbay.jetty/jars/servlet-api-2.5-6.0.0beta12.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Error transferring file org.mortbay.jetty:servlet-api-2.5:jar:6.0.0beta12 from the specified remote repositories: central (http://repo1.maven.org/maven2), codehaus (http://dist.codehaus.org), apache.snapshots (http://svn.apache.org/maven-snapshot-repository), snapshots (http://snapshots.maven.codehaus.org/maven2) Path to dependency: 1) org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.0-beta-5 2) org.mortbay.jetty:jetty:jar:6.0.0beta12 3) org.mortbay.jetty:servlet-api-2.5:jar:6.0.0beta12 Caused by I/O exception: Connection timed out: connect [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 29 seconds [INFO] Finished at: Tue Nov 28 11:29:26 CET 2006 [INFO] Final Memory: 7M/13M [INFO] ------------------------------------------------------------------------ In effect http://dist.codehaus.org/org.mortbay.jetty/jars/servlet-api-2.5-6.0.0beta12.jar doesn't exist, this information is in http://www.ibiblio.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.0.0beta12/ Is this a bug ???? Any ideas ??? Thank in advance Ale -- View this message in context: http://www.nabble.com/servlet-api-2.5-6.0.0beta12.jar-tf2717631s177.html#a7577068 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
