Maven plugins can not be found in IntelliJ

前端 未结 30 1285
暗喜
暗喜 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:46

    Here is what I tried to fix the issue and it worked:

    1. Manually deleted the existing plugin from the .m2 repo
    2. Enabled "use plugin registry" in IntelliJ
    3. Invalidated the cache and restarted IntelliJ
    4. Reimported the maven project in IntelliJ

    After following above steps, the issue was fixed. Hopefully this helps you as well.

提交回复
热议问题