The method you told doesn't work. But I solved the problem in a different way as follow:
I did as follow: 1. Goto http://s3browse.com/explore/maven.springframework.org/external/net/java/dev/jets3t/jets3t/0.5.1-20080115/ 2. Download the jets3t-0.5.1-20080115.jar and the .pom to my local repo. --- Martin Gainty <[EMAIL PROTECTED]> schrieb am Sa, 23.8.2008: Von: Martin Gainty <[EMAIL PROTECTED]> Betreff: RE: Error: Unable to read the metadata file for artifact 'net.java.dev.jets3t:jets3t:jar' ... An: "Maven Users List" <[email protected]> Datum: Samstag, 23. August 2008, 23:04 please display the version in your pom.xml for the jets3t artifactId e.g. <dependency> <groupId>jets3t</groupId> <artifactId>jets3t</artifactId> <version>${jets3t.version}</version> </dependency> HTH/ Martin ______________________________________________ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Sat, 23 Aug 2008 17:06:07 +0000 > From: [EMAIL PROTECTED] > Subject: Error: Unable to read the metadata file for artifact 'net.java.dev.jets3t:jets3t:jar' ... > To: [email protected] > > Hi all, > > My pom.xml looks as follow: > > [code] > <?xml version="1.0" encoding="UTF-8"?> > <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > <groupId>TestSpringWS2</groupId> > <artifactId>TestSpringWS2</artifactId> > <name>Test Spring Web Service</name> > <version>0.0.1-SNAPSHOT</version> > <description /> > <parent> > <artifactId>spring-ws-parent</artifactId> > <groupId>org.springframework.ws</groupId> > <version>1.5.4</version> > </parent> > </project> > [/code] > > As I run mvn clean install, I got error as follow: > [code] > [ERROR] > > Maven encountered an error while trying to resolve the artifacts for a build ext > ension used in your project. > > Project: > > Group-Id: org.springframework.ws > Artifact-Id: spring-ws-parent > Version: 1.5.4 > Type: pom > Scope: null > > Extension: > > Group-Id: org.springframework.aws > Artifact-Id: spring-aws-maven > Version: 1.2.2 > Type: jar > Scope: null > > The following metadata-resolution errors were found. > > ?. Unable to get dependency information: Unable to read the metadata file for ar > tifact 'net.java.dev.jets3t:jets3t:jar': POM 'net.java.dev.jets3t:jets3t' not fo > und in repository: Unable to download the artifact from any repository > > net.java.dev.jets3t:jets3t:pom:0.5.1-20080115 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > for project net.java.dev.jets3t:jets3t > net.java.dev.jets3t:jets3t:jar:0.5.1-20080115 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > Path to dependency: > 1) org.springframework.ws:spring-ws-parent:pom:1.5.4 > 2) org.springframework.aws:spring-aws-maven:jar:1.2.2 > > > > Root error: > > Unable to download the artifact from any repository > > ?. Unable to get dependency information: Unable to read the metadata file for ar > tifact 'net.java.dev.jets3t:jets3t:jar': POM 'net.java.dev.jets3t:jets3t' not fo > und in repository: Unable to download the artifact from any repository > > net.java.dev.jets3t:jets3t:pom:0.5.1-20080115 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > for project net.java.dev.jets3t:jets3t > net.java.dev.jets3t:jets3t:jar:0.5.1-20080115 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > Path to dependency: > 1) org.springframework.ws:spring-ws-parent:pom:1.5.4 > > > > Root error: > > Unable to download the artifact from any repository > > > > > > [INFO] ------------------------------------------------------------------------ > [INFO] For more information, run with the -e flag > [INFO] ------------------------------------------------------------------------ > [INFO] + Ignoring build failures > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 1 second > [INFO] Finished at: Sat Aug 23 18:49:55 CEST 2008 > [INFO] Final Memory: 1M/3M > [INFO] ------------------------------------------------------------------------ > > [/code] > > Can someone help? > > Regards > > Thomas > > > > __________________________________________________ > Do You Yahoo!? > Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. > http://mail.yahoo.com _________________________________________________________________ Talk to your Yahoo! Friends via Windows Live Messenger. Find out how. http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008 __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com
