Importing a Maven project into Eclipse from Git

前端 未结 14 1602
误落风尘
误落风尘 2020-12-02 06:04

How can I get the effect of choosing to import from both Maven and Git and have Eclipse properly generate my project?

To get my project into Eclipse I can choose Fi

14条回答
  •  时光说笑
    2020-12-02 07:03

    Import without installing any additional connectors for Mylyn:

    1. Open Git Repositories view (Window->Show view->Git Repositories)
    2. Press Clone a Git Repository button and proceed with all steps
    3. In newly created repository expand Working Directory, right click on folder with your project and select Import Projects. Then either choose Import existing projects, or select Import as general project. If needed after importing right click on your project and select Configure->Convert to Maven Project (and Maven->Update Project).

提交回复
热议问题