Unindexed remote maven repositories in IntelliJ IDEA 14 -
i've imported existing gradle project intellij idea. keep getting notification:
unindexed remote maven repositories found. disable...
the following repositories used in gradle projects not indexed yet: http://repo1.maven.org/maven2
if want use dependency completion these repositories artifacts, open repositories list, select required repositories , press "update" button (show balloon)
so, i've opened repositories list , might imagine there http://repo1.maven.org/maven2 type=remote , updated=never. problem is, when click on update button, idea takes few minutes , reports error.
java.lang.runtimeexception: org.codehaus.plexus.repository.exception.componentlookupexception: java.util.nosuchelementexception role: org.apache.maven.execution.mavenexecutionrequestpopulator rolehint:
what should now? how can solve problem? i'm not looking way disable notifications this. restarting idea doesn't help, trying update repository index fails after next attempt.
this known bug: https://youtrack.jetbrains.com/issue/idea-102693
there zip file patch attached bug, , far see included official patch version 14.1.
Comments
Post a Comment