Resource nexus-maven-repository-index.properties does not exist in IntelliJ

前端 未结 4 2098
天命终不由人
天命终不由人 2021-02-02 10:05

While experimenting with Grails 3 under IntelliJ I found the following warning:

 Unindexed remote maven repositories found. Disable...
 The following repositorie         


        
4条回答
  •  花落未央
    2021-02-02 10:28

    For me the solution was to delete the folder ~/.m2/repository. This made Maven to re-index everything correctly.

    Failed trials, that may work for someone else:

    • Build, Execution, Deployment → Build Tools → Maven → Repositories : Selecting the repositories and click updates.
    • Build, Execution, Deployment → Build Tools → Maven: Giving more memory JVM
    • Delete folder ~/.IntelliJIdea2016.3/system/caches

提交回复
热议问题