Maven Problems: http://maven.springframework.org/snapshot cannot be indexed

I am new to maven and Intellij 10.0.2 (though I used to use intellij 8).  I am just getting a project off the ground and trying to use the springframework snapshot repository.  Unfortunately, I am having maven dependency/repository issues, specifically with springframework's snapshot repository.

I have verified that the build (which is just installing jars as there is no source yet) compeletes successfully using maven using the command line.  However, intellij cannot locate and index the http://maven.springframework.org/snapshot repository so I cannot build using intellij.

maven repository.jpg


If anyone has had this problem before and resolved it, I'd appreciate some advice.

Thanks!

0
5 comments

John,

Are you sure the url http://maven.springframework.org/snapshot is correct?
I cannot open it in browser.

0
Avatar
Permanently deleted user

Spring uses Amazon S3 for their Maven repository so it's not browsable like other "normal" repositories.  It's actually quite annoying for the times that browsing manually is useful.  Oracle is guilty of this too for their repository (though I don't think that is S3 but rather some other odd setup they have).

0

Do they have any web interface? How can we check availability of indices on this repository?

0
Avatar
Permanently deleted user

How did you add this extra repository?


0
Avatar
Permanently deleted user

Oh ok. Nevermind. This is just something that can be manually added to the pom.xml


0

Please sign in to leave a comment.