idea intellij maven project can't make

前端 未结 8 939
醉话见心
醉话见心 2021-02-05 23:18

I have maven project. Maven build complete SUCCESS. But i can\'t make this project.

[INFO] BUILD SUCCESS

Project contains one module. Idea can\'t see dependencie

相关标签:
8条回答
  • 2021-02-05 23:54

    The following worked for me.

    1. Deleted the maven dependency from my local repository
    2. mvn clean install downloaded the dependency again
    3. File --> Invalidate Caches/Restart
    4. I still saw the compilation error
    5. on my mac, I hit option + enter, intellij asked me to add the jar to classpath
    6. build -> make project
    0 讨论(0)
  • 2021-02-05 23:59

    Try to import the project from sources, if this answer didn't help you.

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