The file is accessible at http://www.ibiblio.org/maven2/javax/xml/jaxb-api/2.0/jaxb-api-2.0.pom Public repos sometime deny connections, so you have to try until all dependencies are downloaded (as long as something is downloaded but the build fail, you should retry). Nearly all needed dependencies are available at http://www.ibiblio.org/maven2/ and if something fail, try to locate it there.
Cheers, Guillaume Nodet On 6/27/06, Mukesh Mediratta <[EMAIL PROTECTED]> wrote:
I tried mvn -Dmaven.test.skip=true install and got following errors. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: javax.xml:jaxb-api Reason: Error getting POM for 'javax.xml:jaxb-api' from the repository: Error tr ansferring file javax.xml:jaxb-api:pom:2.0 from the specified remote repositories: central (http://ibiblio.org/maven2/), servicemix-m2-repo (http://servicemix.org/m2-repo), apache.snapshots (http://svn.apache.org/maven-snapshot-repository), codehaus (http://repository.codehaus.org), codehaus.m1 (http://dist.codehaus.org), activemq-tmp-repo (http://people.apache.org/~chirino/incubator-activemq-4.0/ma ven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 8 seconds [INFO] Finished at: Tue Jun 27 13:08:12 EDT 2006 [INFO] Final Memory: 17M/48M [INFO] ------------------------------------------------------------------------ -- View this message in context: http://www.nabble.com/Eclipse-Integration-tf1845291.html#a5070070 Sent from the ServiceMix - User forum at Nabble.com.
