Maven plugins can not be found in IntelliJ

前端 未结 30 1243
暗喜
暗喜 2020-12-04 10:09

After updating IntelliJ from version 12 to 13, the following Maven-related plugins cannot be resolved:

org.apache.maven.plugins:maven-clean-plugin:2.4.1
org.a         


        
30条回答
  •  日久生厌
    2020-12-04 10:45

    I was recently faced with the same issue. None of the other solutions resolved the red error lines.

    What I did was run the actual targets in question (deploy, site). I could see those dependencies then being fetched.

    After that, a reimport did the trick.

提交回复
热议问题