Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij Idea maven repositories remote error

I have problem with Intellij Idea 10.5 on my Mac OS X 10.6.7. When I try to get some dependencies trough "Maven Artifact search", I have always blank area. So I check the intellij maven repositories settings and there are red marked line with repository "repo1.maven.org/maven2". When I try open this page, it gave me an redirect choice to "http://search.maven.org/#browse" page. So my question is, it is possible to change somewhere in intellij the indexed maven repository url? If yes, than where?

like image 997
pierre tautou Avatar asked May 29 '11 13:05

pierre tautou


1 Answers

From top menu, open File -> Settings -> Maven -> Repositories and verify that you have valid remote repository.

Settings Window

like image 109
Gregory Klimov Avatar answered Sep 19 '22 19:09

Gregory Klimov