Where is the “Maven->Update project configuration” menu item?

后端 未结 3 1659
北恋
北恋 2021-01-13 12:15

I am having a Missing Maven dependencies in Eclipse project exactly as described in this question, and I would love to use the solution found, but when I right-click my proj

相关标签:
3条回答
  • 2021-01-13 12:25

    Righ click on the project: >Configure>Convert to Maven project

    And then you can Update project configuration

    0 讨论(0)
  • 2021-01-13 12:34

    try "Team" - "Commit" in Eclipse and then in a shell:

    mvn dependecy:resolve
    
    0 讨论(0)
  • 2021-01-13 12:42

    ">Configure>Convert to Maven project" is missing

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