Hi,
starting from a fresh local repository, I can't build spring-batch-samples 2.1.0.RC1 out of the box, as maven fails to resolve spring-batch-core:jar:2.1.0.RC1.
I added the milestone and release repositories to spring-batch-samples/pom.xml but that didn't solve the problem. I'm not running maven behind the proxy.
Indeed, http://repository.springsource.com/m...-2.1.0.RC1.jar doesn't exist.Code:[ERROR] Failed to execute goal on project spring-batch-samples: Missing: ---------- 1) org.springframework.batch:spring-batch-core:jar:2.1.0.RC1 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.springframework.batch -DartifactId= spring-batch-core -Dversion=2.1.0.RC1 -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.batch -DartifactId=sp ring-batch-core -Dversion=2.1.0.RC1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[ url] -DrepositoryId=[id] Path to dependency: 1) org.springframework.batch:spring-batch-samples:pom:pom:2.1.0.RC1 2) org.springframework.batch:spring-batch-core:jar:2.1.0.RC1 2) org.springframework.batch:spring-batch-test:jar:2.1.0.RC1 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.springframework.batch -DartifactId= spring-batch-test -Dversion=2.1.0.RC1 -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.batch -DartifactId=sp ring-batch-test -Dversion=2.1.0.RC1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[ url] -DrepositoryId=[id] Path to dependency: 1) org.springframework.batch:spring-batch-samples:pom:pom:2.1.0.RC1 2) org.springframework.batch:spring-batch-test:jar:2.1.0.RC1 ---------- 2 required artifacts are missing. for artifact: org.springframework.batch:spring-batch-samples:pom:2.1.0.RC1 from the specified remote repositories: SpringSource Enterprise Bundle Repository ? External Bundle Milestones (http:/ /repository.springsource.com/maven/bundles/milestone, releases=true, snapshots=t rue), SpringSource Enterprise Bundle Repository ? SpringSource Bundle Releases (http ://repository.springsource.com/maven/bundles/release, releases=true, snapshots=t rue), SpringSource Enterprise Bundle Repository ? External Bundle Releases (http://r epository.springsource.com/maven/bundles/external, releases=true, snapshots=true ), objectstyle (http://objectstyle.org/maven2/, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
According to several sources I found on the net, RC artifacts should be available on the springsource milestone repository.
Have I missed something or is there really a problem on the S3 side?
regards,
Fred Bricon


Reply With Quote