idea intellij maven project can't make

前端 未结 8 941
醉话见心
醉话见心 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

提交回复
热议问题