Maven plugins can not be found in IntelliJ

前端 未结 30 1196
暗喜
暗喜 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条回答
  •  -上瘾入骨i
    2020-12-04 10:27

    Enabling "use plugin registry" and Restart project after invalidate cash solved my problem

    to Enabling "use plugin registry" >>> (intelij) File > Setting > Maven > enable the option from the option list of maven

    To invalidate cash >>> file > invalidate cash

    That's it...

提交回复
热议问题