Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA 13.1 - Updating maven repository index authentication failure

When I want to update indices from the central Maven repository, I always get an error:

java.lang.RuntimeException: java.io.IOException: Authorization exception retrieving nexes-maven-repository-index.properties.

What I am missing here?

like image 528
user3428555 Avatar asked Mar 23 '14 16:03

user3428555


People also ask

How do I force an update dependencies in IntelliJ?

Press Ctrl + Shift + A to find actions, and input "reload", you will find the "Reload All Maven Projects". On a Mac, use ⌘ + ⇧ + A instead.


1 Answers

It's a known issue.

The workaround is to disable an option to Use Maven 3 in IDEA Settings | Maven | Importing.

Another workaround is to replace Maven jars in IDEA distribution with more recent versions.

Original problem will be fixed in IDEA 13.1.2 (to be released soon).

like image 135
CrazyCoder Avatar answered Sep 24 '22 19:09

CrazyCoder