idea intellij maven project can't make

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

    Do the following steps:

    1. Find your pom.xml in your files
    2. Right click on it --> Maven --> Import
    3. Wait for the project to load :D
    4. Press ctrl+alt+shift+s (This opens the Projects window.)
    5. Go to libraries and see if they are empty (they shouldnt)
    6. If they are post your full pom.xml please so I can see the problem
    7. If you still have a problem got to File --> Invalidate Caches /Restart
    8. Go to maven and Reimport All Maven Projects

提交回复
热议问题