Importing a Maven project into Eclipse from Git

前端 未结 14 1554
误落风尘
误落风尘 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:02

    I have a maven project with three submodules that is managed in git. I set them up in eclipse as follows:

    1. I registered the git repository with eclipse using EGit
    2. I imported the projects as existing Maven Projects
    3. For each project, I went Team | Share Project.

提交回复
热议问题