Failed to Read Artifact Descriptor: IntelliJ

前端 未结 7 1867
旧时难觅i
旧时难觅i 2020-12-04 19:50

I am running into an issue with my Maven POM file where its unable to find spark dependency and is returning with error: Failed to read artifact descriptor for org.apache.sp

相关标签:
7条回答
  • 2020-12-04 20:41

    In my case, it was proxy related problem. I am highlighting few of areas where you may need to verify and correct the same.

    1. Intellij proxy settings from preference window
    2. maven settings.xml entry from your ~/.m2/settings.xml or /usr/local/Cellar/maven//libexec/conf/settings.xml
    3. System proxy

    Hope this will help.

    0 讨论(0)
提交回复
热议问题