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
