user3868051
user3868051

Reputation: 1259

Error in IntelliJ to update maven repo: Repository is non-nexus or does not indexed

I am not sure I understand what this error refers to.

enter image description here

Any idea how to resolve this?

Thanks.

Upvotes: 2

Views: 5898

Answers (1)

user3868051
user3868051

Reputation: 1259

this is what finally worked for me:

// delete .m2 folder and then try following replace below
http://repo1.maven.org/maven2 -> https://repo1.maven.org/maven2/
http://oss.sonatype.org/content/repositories/snapshots -> https://oss.sonatype.org/content/repositories/releases/ 

Upvotes: 1

Related Questions