Hi,
I just tried to run the tutorial and therefore I executes the given maven command. But all what I get is a builderror:
Whats going wrong here?Code:[INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.springframework.ws ArtifactId: spring-ws-archetype Version: 1.0.0 Reason: Unable to download the artifact from any repository Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.springframework.ws -DartifactId=sprin g-ws-archetype \ -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.springframework.ws -DartifactId=spring-ws -archetype \ -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] org.springframework.ws:spring-ws-archetype:jar:1.0.0 from the specified remote repositories: id0 (http://s3.amazonaws.com/maven.springframework.org)
Thanks for your help and best regards,
Andreas


Reply With Quote